Click or drag to resize

FloatMatrix Constructor

Overload List
 NameDescription
Public methodFloatMatrix An undefined matrix. Must be resized before using.
Public methodFloatMatrix(DataRow) Constructs a FloatMatrix instance whose values are derived from the entire contents of the given array of rows.
Public methodFloatMatrix(DataRowCollection) Constructs a FloatMatrix instance whose values are derived from the entire contents of the given row collection.
Public methodFloatMatrix(DataTable) Constructs a FloatMatrix instance whose values are derived from the entire contents of the given data table.
Public methodFloatMatrix(DataView) Constructs a FloatMatrix instance whose values are derived from the entire contents of the given data view.
Public methodFloatMatrix(FloatMatrix) Constructs a deep copy of a FloatMatrix.
Public methodFloatMatrix(FloatVector) Constructs a n x 1 FloatMatrix instance from a given vector.
Public methodFloatMatrix(Single) Constructs a FloatMatrix instance initialized with data in a given two-dimensional array.
Public methodCode exampleFloatMatrix(String) Constructs a FloatMatrix instance from a formatted string.
Public methodCode exampleFloatMatrix(TextReader) Constructs a FloatMatrix instance from the given text reader.
Public methodFloatMatrix(Int32, Int32) Constructs a FloatMatrix instance with the specifed number of rows and columns.
Public methodCode exampleFloatMatrix(String, Char) Constructs a FloatMatrix instance from a formatted string with a specified delimiter.
Public methodCode exampleFloatMatrix(String, NumberStyles) Constructs a FloatMatrix instance from a formatted string and a NumberStyles object.
Public methodCode exampleFloatMatrix(TextReader, NumberStyles) Constructs a FloatMatrix instance from the given text reader.
Public methodCode exampleFloatMatrix(Int32, Int32, FloatDataBlock) Constructs a FloatMatrix instance from a data block.
Public methodFloatMatrix(Int32, Int32, RandomNumberGenerator) Constructs a FloatMatrix instance from a random number generator.
Public methodFloatMatrix(Int32, Int32, Single) Constructs a FloatMatrix instance of the specifed dimensions and initializes all matrix element values to the given value.
Public methodCode exampleFloatMatrix(String, NumberStyles, Char) Constructs a FloatMatrix instance from a formatted string with a specified delimiter and style.
Public methodFloatMatrix(Int32, Int32, RandomNumberStream, IRandomNumberDistributionSingle) Constructs a FloatMatrix instance from a random number generator.
Public methodCode exampleFloatMatrix(Int32, Int32, TextReader, Char) Constructs a FloatMatrix instance from a given text reader with a specified delimiter.
Public methodFloatMatrix(Int32, Int32, Single, Single) Constructs a FloatMatrix instance of the specifed dimensions. Values are initialized starting with a given initial value, incremented by the specified amount for each element in the matrix.
Public methodFloatMatrix(Int32, Int32, Single, StorageType) Constructs a FloatMatrix instance of the specified dimensions, initialized with the values in a given array.
Public methodCode exampleFloatMatrix(Int32, Int32, String, Char) Constructs a FloatMatrix instance from a formatted string with a specified delimiter.
Public methodFloatMatrix(Int32, Int32, FloatDataBlock, Int32, Int32) Constructs a FloatMatrix instance from a data block with the given row and column strides.
Public methodCode exampleFloatMatrix(Int32, Int32, TextReader, NumberStyles, Char) Constructs a FloatMatrix instance from a given text reader with specified delimiter and styles.
Public methodCode exampleFloatMatrix(Int32, Int32, String, NumberStyles, Char) Constructs a FloatMatrix instance from a formatted string with a specified delimiter and style.
Top
See Also