Overload List
| Name | Description | |
|---|---|---|
| FloatMatrix()()() |
An undefined matrix. Must be resized before using.
| |
| FloatMatrix(FloatMatrix) |
Constructs a deep copy of a FloatMatrix.
| |
| FloatMatrix(FloatVector) |
Constructs a n x 1 FloatMatrix instance from a given vector.
| |
| FloatMatrix(array<DataRow>[]()[]) |
Constructs a FloatMatrix instance whose values are derived from the entire
contents of the given array of rows.
| |
| FloatMatrix(DataRowCollection) |
Constructs a FloatMatrix instance whose values are derived from the entire
contents of the given row collection.
| |
| FloatMatrix(DataTable) |
Constructs a FloatMatrix instance whose values are derived from the
entire contents of the given data table.
| |
| FloatMatrix(DataView) |
Constructs a FloatMatrix instance whose values are derived from the entire
contents of the given data view.
| |
| FloatMatrix(TextReader) |
Constructs a FloatMatrix instance from the given text reader.
| |
| FloatMatrix(array<Single,2>[,](,)[,]) |
Constructs a FloatMatrix instance initialized with data in a
given two-dimensional array.
| |
| FloatMatrix(String) |
Constructs a FloatMatrix instance from a formatted string.
| |
| FloatMatrix(Int32, Int32) |
Constructs a FloatMatrix instance with the specifed number of rows and
columns.
| |
| FloatMatrix(TextReader, NumberStyles) |
Constructs a FloatMatrix instance from the given text reader.
| |
| FloatMatrix(String, Char) |
Constructs a FloatMatrix instance from a formatted string with
a specified delimiter.
| |
| FloatMatrix(String, NumberStyles) |
Constructs a FloatMatrix instance from a formatted string and a
NumberStyles object.
| |
| FloatMatrix(Int32, Int32, FloatDataBlock) |
Constructs a FloatMatrix instance from a data block.
| |
| FloatMatrix(Int32, Int32, RandomNumberGenerator) |
Constructs a FloatMatrix instance from a random number generator.
| |
| FloatMatrix(Int32, Int32, Single) |
Constructs a FloatMatrix instance of the specifed dimensions and
initializes all matrix element values to the given value.
| |
| FloatMatrix(String, NumberStyles, Char) |
Constructs a FloatMatrix instance from a formatted string with
a specified delimiter and style.
| |
| FloatMatrix(Int32, Int32, RandomNumberStream, IRandomNumberDistribution<(Of <(Single>)>)) |
Constructs a FloatMatrix instance from a random number generator.
| |
| FloatMatrix(Int32, Int32, TextReader, Char) |
Constructs a FloatMatrix instance from a given text reader with
a specified delimiter.
| |
| FloatMatrix(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.
| |
| FloatMatrix(Int32, Int32, array<Single>[]()[], StorageType) |
Constructs a FloatMatrix instance of the specified dimensions,
initialized with the values in a given array.
| |
| FloatMatrix(Int32, Int32, String, Char) |
Constructs a FloatMatrix instance from a formatted string with
a specified delimiter.
| |
| FloatMatrix(Int32, Int32, FloatDataBlock, Int32, Int32) |
Constructs a FloatMatrix instance from a data block with the given row and column strides.
| |
| FloatMatrix(Int32, Int32, TextReader, NumberStyles, Char) |
Constructs a FloatMatrix instance from a given text reader with
specified delimiter and styles.
| |
| FloatMatrix(Int32, Int32, String, NumberStyles, Char) |
Constructs a FloatMatrix instance from a formatted string with
a specified delimiter and style.
|