| Name | Description |
---|
 | SameAs(Matrix<T>, Matrix<T>) |
Create a new matrix with a type that can represent and is closest to both provided samples and the dimensions of example.
|
 | SameAs(Vector<T>, Int32, Int32) |
Create a new matrix with the same kind of the provided example.
|
 | SameAs(Matrix<T>, Matrix<T>, Int32, Int32, Boolean) |
Create a new matrix with a type that can represent and is closest to both provided samples.
|
 | SameAs<TU>(Matrix<TU>) |
Create a new matrix with the same kind and dimensions of the provided example.
|
 | SameAs<TU>(Matrix<TU>, Int32, Int32, Boolean) |
Create a new matrix with the same kind of the provided example.
|