Home
last modified time | relevance | path

Searched refs:numRemovedRows (Results 1 – 3 of 3) sorted by relevance

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DsparseMatrix.h275 …void RemoveRows(int numRemovedRows, const int * removedRows, int oneIndexed=0); // rows must be so…
276 …void RemoveRowsSlow(int numRemovedRows, const int * removedRows, int oneIndexed=0); // the rows ne…
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/sparseMatrix/
H A DsparseMatrix.h275 …void RemoveRows(int numRemovedRows, const int * removedRows, int oneIndexed=0); // rows must be so…
276 …void RemoveRowsSlow(int numRemovedRows, const int * removedRows, int oneIndexed=0); // the rows ne…
H A DsparseMatrix.cpp1649 void SparseMatrix::RemoveRows(int numRemovedRows, const int * removedRows, int oneIndexed) in RemoveRows() argument
1656 for(int i=0; i<numRemovedRows; i++) in RemoveRows()
1691 numRows -= numRemovedRows; in RemoveRows()