Closed JozsefKutas closed 2 years ago
I'm not actually sure why the SimpleMatrix(int, int, boolean, double[])
constructor doesn't take varargs, while the DMatrixRMaj(int, int, boolean, double...)
constructor does, but for the moment I just changed the docstring so that it would be less confusing.
Looks good and thanks for the edits. Just that one comment on the vararg issue you pointed out.
Various minor docstring fixes for
SimpleBase
andSimpleMatrix
:SimpleBase#cols
to refer to columns rather than rowsSimpleMatrix
float constructors