|
|
|
@ -1366,5 +1366,10 @@ namespace MathNet.Numerics.LinearAlgebra.Complex32 |
|
|
|
|
|
|
|
return (SparseMatrix)leftSide.Modulus(rightSide); |
|
|
|
} |
|
|
|
|
|
|
|
public override string ToTypeString() |
|
|
|
{ |
|
|
|
return string.Format("SparseMatrix {0}x{1}-Complex32 {2:P2} Filled", RowCount, ColumnCount, 100d * NonZerosCount / (RowCount * (double)ColumnCount)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|