Click or drag to resize

MatrixBuilder<T>.SameAs Method

Overload List
 NameDescription
Public methodSameAs(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.
Public methodSameAs(Vector<T>, Int32, Int32) Create a new matrix with the same kind of the provided example.
Public methodSameAs(Matrix<T>, Matrix<T>, Int32, Int32, Boolean) Create a new matrix with a type that can represent and is closest to both provided samples.
Public methodSameAs<TU>(Matrix<TU>) Create a new matrix with the same kind and dimensions of the provided example.
Public methodSameAs<TU>(Matrix<TU>, Int32, Int32, Boolean) Create a new matrix with the same kind of the provided example.
Top
See Also