Math-BLAS
view release on metacpan or search on metacpan
lib/Math/BLAS/Legacy.pm view on Meta::CPAN
Fourth 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
Fourteenth 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.575 second using v1.01-cache-2.11-cpan-26ccb49234f )