Home
last modified time | relevance | path

Searched refs:MultRow (Results 1 – 5 of 5) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/Gauss-2019.09.02/gap/
H A DHermiteSparse.gi91 m := MultRow( vectors.indices[head], vectors.entries[head], x );
117 m := MultRow( vectors.indices[ head ], vectors.entries[ head ], factor );
221 m := MultRow( vectors.indices[head], vectors.entries[head], x );
223 m := MultRow( coeffs.indices[head], coeffs.entries[head], x );
255 m := MultRow( coeffs.indices[ head ], coeffs.entries[ head ], factor );
323 m := MultRow( row2_indices, N!.entries[i], factor );
396 m := MultRow( row2_indices, N!.entries[i], factor );
510 mv := MultRow( vectors.indices[len], vectors.entries[len], char / min[2] );
511 mc := MultRow( coeffs.indices[len], coeffs.entries[len], char / min[2] );
538 m := MultRow( vectors.indices[head], vectors.entries[head], x );
[all …]
H A DSparseMatrix.gd110 DeclareOperation( "MultRow",
H A DSparseMatrix.gi674 m := MultRow( B!.indices[ rownr ], B!.entries[ rownr ], A!.entries[i][j] );
884 InstallMethod( MultRow, #no side effect!
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Dlinalg.h2016 …friend double MultRow(const SparseMatrix& m1, const SparseMatrix& m2, int row1, int row2); //mult …
H A Dlinalg.cpp3393 double MultRow(const SparseMatrix& m1, const SparseMatrix& m2, int row1, int row2) //mult row1 of m… in MultRow() function
3439 val = MultRow(m1, m2T, i, j); in Mult()