Getting Nth Row and Column from MatrixView, Scid library
kerdemdemir via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jul 17 01:34:33 PDT 2015
Hi,
I want to use Scid matrixes for implementing GMM algorithm. I
will start by writing Naive Bayes with linear and quadratic
decision boundaries .
I reliaze Scid does not provides any functions for getting
spesific row or coloumn. Matrixwview class only supplies opIndex
function.
Is there anything that I am missing or what is the best to get
nth column or row with Scid library.
Link to Scid lib:
http://www.kyllingen.net/code/scid/doc/scid_matrix.html
More information about the Digitalmars-d-learn
mailing list