Home
last modified time | relevance | path

Searched defs:GenMatrix (Results 1 – 6 of 6) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/python/fec/LDPC/
H A DGenerate_LDPC_matrix_functions.py645 def getSystematicGmatrix(GenMatrix): argument
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_BaseMatrix.h49 class GenMatrix; variable
H A DTMV_Matrix.h550 inline GenMatrix() {} in GenMatrix() function
551 inline GenMatrix(const type&) {} in GenMatrix() function
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_align/align/
H A DGuess.h371 void GenMatrix(Matrix44x &a, Point3x Axis, ScalarType angleRad) in GenMatrix() function
/dports/devel/vcglib/vcglib-2020.09/apps/unsupported/shadevis/
H A Dvisshader.h275 void GenMatrix(Matrix44d &a, Point3d Axis, double angle) in GenMatrix() function
/dports/math/tmv/tmv-0.75/src/
H A DTMV_Blas.h719 template <typename T> class GenMatrix; variable