complex-float-blas-matrix
Basic Linear Algebra Subroutines (BLAS) interface ยป BLAS interface types

Prev:double-blas-matrix
Next:complex-double-blas-matrix


Vocabulary
math.blas.matrices

Class description
A matrix of single-precision floating-point complex values. Complex values are stored in memory as two consecutive float values, real part then imaginary part. For details on the tuple layout, see blas-matrix-base.

See also
float-blas-matrix, double-blas-matrix, complex-double-blas-matrix, float-blas-vector, double-blas-vector, complex-float-blas-vector, complex-double-blas-vector

Definition


Methods