| Name | Description |
---|
| SameAs(MatrixT, MatrixT) |
Create a new matrix with a type that can represent and is closest to both provided samples and the dimensions of example.
|
| SameAs(VectorT, Int32, Int32) |
Create a new matrix with the same kind of the provided example.
|
| SameAs(MatrixT, MatrixT, Int32, Int32, Boolean) |
Create a new matrix with a type that can represent and is closest to both provided samples.
|
| SameAsTU(MatrixTU) |
Create a new matrix with the same kind and dimensions of the provided example.
|
| SameAsTU(MatrixTU, Int32, Int32, Boolean) |
Create a new matrix with the same kind of the provided example.
|