api / koma.matrix.cblas / CBlasMatrix / <init>

<init>

CBlasMatrix(nRows:Int, nCols:Int)``CBlasMatrix(nRows:Int, nCols:Int, storage: <ERROR CLASS><<ERROR CLASS>>)

An implementation of the Matrix interface using raw cblas calls.

Parameters

storage - A raw double * with enough space preallocated to hold\ the matrix. The CBlasMatrix takes full control of the pointer, including freeing the memory pointed at.