Handbook
Glossary
double-blas-matrix
Basic Linear Algebra Subroutines (BLAS) interface
ยป
BLAS interface types
Prev:
float-blas-matrix
Next:
complex-float-blas-matrix
Vocabulary
math
.
blas
.
matrices
Class description
A matrix of double-precision floating-point values. For details on the tuple layout, see
blas-matrix-base
.
See also
float-blas-matrix
,
complex-float-blas-matrix
,
complex-double-blas-matrix
,
float-blas-vector
,
double-blas-vector
,
complex-float-blas-vector
,
complex-double-blas-vector
Definition
IN:
math.blas.matrices
TUPLE:
double-blas-matrix
<
blas-matrix-base
;
Methods
USING:
kernel
math.blas.matrices
math.blas.matrices.private
;
M:
double-blas-matrix
(blas-matrix-like)
drop
<double-blas-matrix>
;
USING:
kernel
math.blas.matrices
math.blas.vectors
math.blas.vectors.private
;
M:
double-blas-matrix
(blas-vector-like)
drop
<double-blas-vector>
;
USING:
alien.c-types
kernel
math.blas.matrices
math.blas.vectors
;
M:
double-blas-matrix
element-type
drop
double
;
USING:
kernel
math.blas.ffi
math.blas.matrices
math.blas.matrices.private
;
M:
double-blas-matrix
n*M.M+n*M!
(prepare-gemm)
[
DGEMM
]
dip
;
USING:
kernel
math.blas.ffi
math.blas.matrices
math.blas.matrices.private
;
M:
double-blas-matrix
n*V(*)V+M!
(prepare-ger)
[
DGER
]
dip
;
USING:
kernel
math.blas.ffi
math.blas.matrices
math.blas.matrices.private
;
M:
double-blas-matrix
n*V(*)Vconj+M!
(prepare-ger)
[
DGER
]
dip
;
USING:
kernel
math.blas.matrices
prettyprint.custom
;
M:
double-blas-matrix
pprint-delims
drop
\
dmatrix{
\
}
;