Click or drag to resize

ComplexMatrixDense Method

Overload List
  NameDescription
Public methodStatic memberCode exampleDense(Complex)
Creates a dense ComplexMatrix instance having the same size and data of the specified two-dimensional array.
Public methodStatic memberCode exampleDense(Int32, Int32)
Creates a dense ComplexMatrix instance having the specified size, and assigns zero to each matrix entry.
Public methodStatic memberCode exampleDense(Int32, Int32, IEnumerableComplex)
Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries assuming ColMajor ordering.
Public methodStatic memberCode exampleDense(Int32, Int32, Complex)
Creates a dense ComplexMatrix instance having the specified size, and assigns the same value to each matrix entry.
Public methodStatic memberCode exampleDense(Int32, Int32, Complex)
Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries assuming ColMajor ordering.
Public methodStatic memberCode exampleDense(Int32, Int32, IEnumerableComplex, StorageOrder)
Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries applying the given storage order.
Public methodStatic memberCode exampleDense(Int32, Int32, Complex, StorageOrder)
Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries applying the given storage order.
Public methodStatic memberDense(Int32, Int32, Complex, Boolean)
Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries, possibly preventing copying operations before creation.
Top
See Also