MCPcopy Create free account
hub / github.com/PX4/eigen / sparse_transpose.cpp

File sparse_transpose.cpp

bench/sparse_transpose.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2//g++ -O3 -g0 -DNDEBUG sparse_transpose.cpp -I.. -I/home/gael/Coding/LinearAlgebra/mtl4/ -DDENSITY=0.005 -DSIZE=10000 && ./a.out
3// -DNOGMM -DNOMTL
4// -DCSPARSE -I /home/gael/Coding/LinearAlgebra/CSparse/Include/ /home/gael/Coding/LinearAlgebra/CSparse/Lib/libcsparse.a

Callers

nothing calls this directly

Calls 11

eiToDenseFunction · 0.85
eiToCSparseFunction · 0.85
copyFunction · 0.85
eiToMtlFunction · 0.85
fillMatrixFunction · 0.70
eiToGmmFunction · 0.70
transposeMethod · 0.45
valueMethod · 0.45
nonZerosMethod · 0.45
rowsMethod · 0.45
colsMethod · 0.45

Tested by

no test coverage detected