Home
last modified time | relevance | path

Searched defs:matrixName (Results 1 – 25 of 72) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/call_scilab/examples/call_scilab/NET/C#/dotnetsci/
H A DScilab.cs214 public int createNamedComplexMatrixOfDouble(string matrixName, in createNamedComplexMatrixOfDouble()
232 public unsafe double[] readNamedMatrixOfDouble(string matrixName) in readNamedMatrixOfDouble()
257 public unsafe int[] getNamedVarDimension(string matrixName) in getNamedVarDimension()
279 public unsafe string[] readNamedMatrixOfString(string matrixName) in readNamedMatrixOfString()
321 public unsafe Boolean[] getNamedMatrixOfBoolean(string matrixName) in getNamedMatrixOfBoolean()
363 public unsafe double[] readNamedComplexMatrixOfDoubleRealPart(string matrixName) in readNamedComplexMatrixOfDoubleRealPart()
390 public unsafe double[] readNamedComplexMatrixOfDoubleImgPart(string matrixName) in readNamedComplexMatrixOfDoubleImgPart()
417 public unsafe int[] readNamedMatrixOfInt32(string matrixName) in readNamedMatrixOfInt32()
442 public unsafe int getNamedVarType(string matrixName) in getNamedVarType()
457 public unsafe Boolean existNamedVariable(string matrixName) in existNamedVariable()
[all …]
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dsx.hpp33 template<> inline std::string matrixName<SXElem>() { return "SX"; } in matrixName() function
H A Dmatrix_decl.hpp52 template <typename Scalar> inline std::string matrixName() in matrixName() function
54 template<> inline std::string matrixName<double>() { return "DM"; } in matrixName() function
55 template<> inline std::string matrixName<casadi_int>() { return "IM"; } in matrixName() function
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/widgets/
H A Dmatrixselector.cpp87 QString matrixName; in newMatrix() local
103 QString matrixName; in editMatrix() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Dvcp1.0_impl.cpp125 char matrixName[256], matrixTransformName[256]; in ParseVertexProgramConstants() local
268 GLuint LookupTrackMatrix(char *matrixName) in LookupTrackMatrix()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Dvcp1.0_impl.cpp125 char matrixName[256], matrixTransformName[256]; in ParseVertexProgramConstants() local
268 GLuint LookupTrackMatrix(char *matrixName) in LookupTrackMatrix()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DBaseMatrix.cpp167 size_t BaseMatrix::memorySize(std::string & matrixName, std::string & matrixData){ in memorySize()
173 char * BaseMatrix::serialize(std::string &matrixName, std::string &matrixData ) { in serialize()
192 std::string matrixName; in unserialize() local
H A DBaseMatrix.h65 std::string matrixName; variable
H A DSubstitutionMatrixProfileStates.h9 SubstitutionMatrixProfileStates(std::string matrixName, in SubstitutionMatrixProfileStates()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuSimpleB2SWrapper.cpp76 CSimpleB2SWrapper::CSimpleB2SWrapper(double percIdThold, string matrixName) in CSimpleB2SWrapper()
83 …:CSimpleB2SWrapper(CRef<CBioseq>& seq1, CRef<CBioseq>& seq2, double percIdThold, string matrixName) in CSimpleB2SWrapper()
217 string CSimpleB2SWrapper::SetMatrixName(string matrixName) in SetMatrixName()
H A DcuBlast2Seq.cpp80 CdBlaster::CdBlaster(AlignmentCollection& source, string matrixName) in CdBlaster()
91 CdBlaster::CdBlaster(vector< CRef<CBioseq> >& seqs, string matrixName) in CdBlaster()
/dports/math/py-scikit-umfpack/scikit-umfpack-0.3.2/scikits/umfpack/tests/
H A Dtry_umfpack.py78 def readMatrix(matrixName, options): argument
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dimagefactory.cpp37 QString matrixName, paletteName, legend, contourColor, descriptiveName; in generateRelation() local
H A Ddialoglauncher.cpp59 void DialogLauncher::showMatrixDialog(QString &matrixName, ObjectPtr objectPtr, bool modal) { in showMatrixDialog()
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dreaddes.c49 char matrixName[MAX_NAME_LENGTH+1]; in readDesign() local
213 char matrixName[MAX_NAME_LENGTH+1], str[100]; in read01Matrix() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DGLUtils.cpp104 static void PrintMatrix(const GLfloat* matrix, std::string matrixName) in PrintMatrix()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/algo/blast/composition_adjustment/
H A Dcomposition_adjustment.h79 char * matrixName; /**< name of the matrix */ member
/dports/biology/ncbi-toolkit/ncbi/algo/blast/composition_adjustment/
H A Dcomposition_adjustment.h79 char * matrixName; /**< name of the matrix */ member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/blast/composition_adjustment/
H A Dcomposition_adjustment.h79 char * matrixName; /**< name of the matrix */ member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/cd_utils/
H A DcuPssmMaker.hpp65 string matrixName; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/glsl/
H A DGrGLSLGeometryProcessor.cpp89 const char* matrixName; in emitTransforms() local
/dports/biology/jalview/jalview/src/jalview/io/
H A DScoreMatrixFile.java63 private String matrixName; field in ScoreMatrixFile
/dports/biology/mmseqs2/MMseqs2-13-45111/src/alignment/
H A DEvalueComputation.h161 const std::string matrixName; member
/dports/biology/ugene/ugene-40.1/src/plugins/smith_waterman/src/
H A DSWQuery.cpp190 QString matrixName; in getAlgorithmTask() local
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dprofiles.h96 Uint1 matrixName[MAX_NAME_LENGTH]; member

123