Diagonal |
public DiagonalMatrix( int rows, int columns, double diagonalValue )
[Missing <param name="rows"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.DiagonalMatrix.#ctor(System.Int32,System.Int32,System.Double)"]
[Missing <param name="columns"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.DiagonalMatrix.#ctor(System.Int32,System.Int32,System.Double)"]
[Missing <param name="diagonalValue"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Double.DiagonalMatrix.#ctor(System.Int32,System.Int32,System.Double)"]
Exception | Condition |
---|---|
ArgumentException | If the row or column count is less than one. |