Dense(Complex) | Creates a dense ComplexMatrix instance having the same size and data of the specified two-dimensional array. |
Dense(Int32, Int32) | Creates a dense ComplexMatrix instance having the specified size, and assigns zero to each matrix entry. |
Dense(Int32, Int32, IEnumerableComplex) | Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries assuming ColMajor ordering. |
Dense(Int32, Int32, Complex) | Creates a dense ComplexMatrix instance having the specified size, and assigns the same value to each matrix entry. |
Dense(Int32, Int32, Complex) | Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries assuming ColMajor ordering. |
Dense(Int32, Int32, IEnumerableComplex, StorageOrder) | Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries applying the given storage order. |
Dense(Int32, Int32, Complex, StorageOrder) | Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries applying the given storage order. |
Dense(Int32, Int32, Complex, Boolean) | Creates a dense ComplexMatrix instance having the specified size, and assigns data to entries, possibly preventing copying operations before creation. |