Module flag4j

Class CVector

java.lang.Object
All Implemented Interfaces:
Serializable, DenseTensorMixin<CVector,CooCVector>, DenseVectorMixin<CVector,CooCVector,CMatrix,Field<Complex128>[],Complex128>, TensorBinaryOpsMixin<CVector,CVector>, TensorMixin<CVector,Field<Complex128>[],Complex128>, VectorMatrixOpsMixin<CVector,CMatrix,CMatrix>, VectorMixinOld<CVector,CMatrix,CMatrix,Field<Complex128>[],Complex128>

A complex dense vector whose entries are Complex128's.

A vector is essentially equivalent to a rank 1 tensor but has some extended functionality and may have improved performance for some operations.

CVector's have mutable entries but a fixed size.

See Also: