Parameters
data
must fit into the length of this vector.
Constructors
ComplexColumnVector
Link copied to clipboard
ComplexColumnVector ComplexColumnVector(Integer length, Function1<Integer, ComplexDouble> lambda)
Content copied to clipboard
It is possible to set a value using lambda function.
ComplexColumnVector
Link copied to clipboard
If data is given, length is no longer necessary.
ComplexColumnVector
Link copied to clipboard
ComplexColumnVector ComplexColumnVector(Integer length, Array<ComplexDouble> data)
Content copied to clipboard
Creates a new column vector.
Functions
adjoint
Link copied to clipboard
columnWiseMean
Link copied to clipboard
colVecNormSq
Link copied to clipboard
concat
Link copied to clipboard
conjTrans
Link copied to clipboard
copy
Link copied to clipboard
crossProduct
Link copied to clipboard
div
Link copied to clipboard
dotProduct
Link copied to clipboard
eltwiseMul
Link copied to clipboard
flatten
Link copied to clipboard
frobeniusNormSquared
Link copied to clipboard
get
Link copied to clipboard
getData
Link copied to clipboard
getSubmatrix
Link copied to clipboard
ComplexMatrix getSubmatrix(Integer rowIndexStart, Integer rowIndexEnd, Integer colIndexStart, Integer colIndexEnd)
Content copied to clipboard
getSubvector
Link copied to clipboard
final ComplexColumnVector getSubvector(Integer indexStart, Integer indexEnd)
Content copied to clipboard
map
Link copied to clipboard
minorMatrix
Link copied to clipboard
minus
Link copied to clipboard
normalize
Link copied to clipboard
plus
Link copied to clipboard
pseudoEquals
Link copied to clipboard
reshape
Link copied to clipboard
rowVecNormSq
Link copied to clipboard
rowWiseMean
Link copied to clipboard
set
Link copied to clipboard
setSubmatrix
Link copied to clipboard
Unit setSubmatrix(Integer rowIndexStart, Integer rowIndexEnd, Integer colIndexStart, Integer colIndexEnd, ComplexMatrix other)
Content copied to clipboard
Set a submatrix by substituting other to desired position.
setSubvector
Link copied to clipboard
final Unit setSubvector(Integer indexStart, Integer indexEnd, ComplexColumnVector other)
Content copied to clipboard
Set a subvector by substituting other to desired position.
sum
Link copied to clipboard
switchRow
Link copied to clipboard
times
Link copied to clipboard
toComplexColVector
Link copied to clipboard
toComplexMatrix
Link copied to clipboard
toComplexRowVector
Link copied to clipboard
trace
Link copied to clipboard
transpose
Link copied to clipboard
unaryMinus
Link copied to clipboard
unaryPlus
Link copied to clipboard