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

Prev:complex-float-blas-matrix
Next:<float-blas-vector> ( underlying length inc -- vector )


Vocabulary
math.blas.matrices

Class description
A matrix of double-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-float-blas-matrix, float-blas-vector, double-blas-vector, complex-float-blas-vector, complex-double-blas-vector

Definition


Methods