Vocabularymath.blas.matricesSyntaxdmatrix{
{ 1.0 0.0 0.0 1.0 }
{ 0.0 1.0 0.0 2.0 }
{ 0.0 0.0 1.0 3.0 }
{ 0.0 0.0 0.0 1.0 }
}
Word descriptionConstruct a literal
double-blas-matrix. Note that although BLAS matrices are stored in column-major order, the literal is specified in row-major order.
See alsosmatrix{,
cmatrix{,
zmatrix{Definition