Math-BLAS

 view release on metacpan or  search on metacpan

lib/Math/BLAS/Legacy.pm  view on Meta::CPAN

579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
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

673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
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.344 second using v1.01-cache-2.11-cpan-bf8d7bb2d05 )