cvector{
Basic Linear Algebra Subroutines (BLAS) interface ยป BLAS interface vector operations

Prev:dvector{
Next:zvector{


Vocabulary
math.blas.vectors

Syntax
cvector{ 1.0 -2.0 C{ 3.0 -1.0 } }


Word description
Construct a literal complex-float-blas-vector.

See also
svector{, dvector{, zvector{

Definition