Click or drag to resize

Matrix Constructor

Overload List
  NameDescription
Public methodMatrix
Creates a Matrix with 0 columns and 0 rows.
Public methodMatrix(Double)
Creates a matrix from multidimensional array.
Public methodMatrix(Int32)
Creates a zero matrix of the given order.
Public methodMatrix(Matrix)
Creates a copy of the given matrix.
Public methodMatrix(Int32, Double)
Creates a matrix of the given order and sets all its elements to the given value.
Public methodMatrix(Int32, Int32)
Creates a zero matrix of the given size.
Public methodMatrix(Int32, Int32, Double)
Creates a matrix of the given size and sets all its elements to the given value.
Public methodMatrix(Int32, Int32, Double)
Creates a matrix from one dimensional array.
Top
See Also