Math-BLAS
view release on metacpan or search on metacpan
lib/Math/BLAS/Legacy.pm view on Meta::CPAN
579580581582583584585586587588589590591592593594595596597598Fourth argument I<x_incr> is the array
index
increment
for
the array
I<x>.
=back
=back
=head2 Level 2 BLAS
The underlying mathematical formulation is
=over
S<I<y> ↠α I<A>·I<x> + β I<y>>
=back
where I<A> is a S<(I<m>, I<n>) matrix>, I<x> and I<y> are vectors, and
α and β are scalars.
lib/Math/BLAS/Legacy.pm view on Meta::CPAN
673674675676677678679680681682683684685686687688689690691692Fourteenth argument I<y_incr> is the array
index
increment
for
the array
I<y>.
=back
=back
=head2 Level 3 BLAS
The underlying mathematical formulation is
=over
S<I<C> ↠α I<A>·I<B> + β I<C>>
=back
where I<C> is a S<(I<m>, I<n>) matrix>, I<A> and I<B> are matrices, and
α and β are scalars.
( run in 0.344 second using v1.01-cache-2.11-cpan-bf8d7bb2d05 )