Home
last modified time | relevance | path

Searched refs:matrixName (Results 1 – 25 of 142) sorted by relevance

123456

/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() argument
257 public unsafe int[] getNamedVarDimension(string matrixName) in getNamedVarDimension() argument
283 int[] iDim = getNamedVarDimension(matrixName); in readNamedMatrixOfString()
324 int[] iDim = getNamedVarDimension(matrixName); in getNamedMatrixOfBoolean()
366 int[] iDim = getNamedVarDimension(matrixName); in readNamedComplexMatrixOfDoubleRealPart()
393 int[] iDim = getNamedVarDimension(matrixName); in readNamedComplexMatrixOfDoubleImgPart()
417 public unsafe int[] readNamedMatrixOfInt32(string matrixName) in readNamedMatrixOfInt32() argument
420 int[] iDim = getNamedVarDimension(matrixName); in readNamedMatrixOfInt32()
442 public unsafe int getNamedVarType(string matrixName) in getNamedVarType() argument
457 public unsafe Boolean existNamedVariable(string matrixName) in existNamedVariable() argument
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/struct/
H A Dmatrix.md43 [*matrixName* __=__ *sourcematrix*](#3)
47 [*matrixName* __add columns__ *n*](#7)
48 [*matrixName* __add rows__ *n*](#8)
49 [*matrixName* __cells__](#9)
51 [*matrixName* __columns__](#11)
58 [*matrixName* __destroy__](#18)
64 [*matrixName* __get row__ *row*](#24)
68 [*matrixName* __links__](#28)
70 [*matrixName* __rows__](#30)
84 [*matrixName* __transpose__](#44)
[all …]
H A Dmatrix1.md43 [*matrixName* __add row__ ?*values*?](#3)
44 [*matrixName* __add columns__ *n*](#4)
45 [*matrixName* __add rows__ *n*](#5)
46 [*matrixName* __cells__](#6)
48 [*matrixName* __columns__](#8)
51 [*matrixName* __delete row__ *row*](#11)
52 [*matrixName* __destroy__](#12)
58 [*matrixName* __get row__ *row*](#18)
62 [*matrixName* __links__](#22)
63 [*matrixName* __rowheight__ *row*](#23)
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/struct/
H A Dmatrix.md43 [*matrixName* __=__ *sourcematrix*](#3)
47 [*matrixName* __add columns__ *n*](#7)
48 [*matrixName* __add rows__ *n*](#8)
49 [*matrixName* __cells__](#9)
51 [*matrixName* __columns__](#11)
58 [*matrixName* __destroy__](#18)
64 [*matrixName* __get row__ *row*](#24)
68 [*matrixName* __links__](#28)
70 [*matrixName* __rows__](#30)
84 [*matrixName* __transpose__](#44)
[all …]
H A Dmatrix1.md43 [*matrixName* __add row__ ?*values*?](#3)
44 [*matrixName* __add columns__ *n*](#4)
45 [*matrixName* __add rows__ *n*](#5)
46 [*matrixName* __cells__](#6)
48 [*matrixName* __columns__](#8)
51 [*matrixName* __delete row__ *row*](#11)
52 [*matrixName* __destroy__](#12)
58 [*matrixName* __get row__ *row*](#18)
62 [*matrixName* __links__](#22)
63 [*matrixName* __rowheight__ *row*](#23)
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DBaseMatrix.cpp159 return matrixName; in getMatrixName()
167 size_t BaseMatrix::memorySize(std::string & matrixName, std::string & matrixData){ in memorySize() argument
169 size_t matrixNameSize = matrixName.size() * sizeof(char); in memorySize()
173 char * BaseMatrix::serialize(std::string &matrixName, std::string &matrixData ) { in serialize() argument
174 char* data = (char*) malloc(memorySize(matrixName, matrixData) + 1); in serialize()
176 memcpy(p, matrixName.c_str(), matrixName.size() * sizeof(char)); in serialize()
177 p += (matrixName.size() * sizeof(char)); in serialize()
192 std::string matrixName; in unserialize() local
201 matrixName = std::string(data, pos+4); in unserialize()
208 matrixName = std::string(data); in unserialize()
[all …]
H A DBaseMatrix.h65 std::string matrixName; variable
73 static size_t memorySize(std::string & matrixName , std::string & matrixData);
75 static char * serialize(std::string &matrixName, std::string &matrixData );
H A DSubstitutionMatrixProfileStates.h9 SubstitutionMatrixProfileStates(std::string matrixName, in SubstitutionMatrixProfileStates() argument
53 this->matrixName = matrixName; in SubstitutionMatrixProfileStates()
/dports/devel/tcllib/tcllib-1.20/modules/struct/
H A Dmatrix.tcllib.man101 [call [arg matrixName] [method =] [arg sourcematrix]]
105 [arg matrixName]. The old contents of [arg matrixName] are deleted by
116 [call [arg matrixName] [method -->] [arg destmatrix]]
154 [call [arg matrixName] [method {add rows}] [arg n]]
161 [call [arg matrixName] [method cells]]
171 [call [arg matrixName] [method columns]]
218 [call [arg matrixName] [method destroy]]
266 [call [arg matrixName] [method {get row}] [arg row]]
312 [call [arg matrixName] [method links]]
322 [call [arg matrixName] [method rows]]
[all …]
H A Dmatrix1.tcllib.man71 [call [arg matrixName] [method {add columns}] [arg n]]
78 [call [arg matrixName] [method {add rows}] [arg n]]
85 [call [arg matrixName] [method cells]]
95 [call [arg matrixName] [method columns]]
112 [call [arg matrixName] [method {delete row}] [arg row]]
117 [call [arg matrixName] [method destroy]]
165 [call [arg matrixName] [method {get row}] [arg row]]
211 [call [arg matrixName] [method links]]
216 [call [arg matrixName] [method rowheight] [arg row]]
221 [call [arg matrixName] [method rows]]
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/
H A Dmatrix.tcllib.man101 [call [arg matrixName] [method =] [arg sourcematrix]]
105 [arg matrixName]. The old contents of [arg matrixName] are deleted by
116 [call [arg matrixName] [method -->] [arg destmatrix]]
154 [call [arg matrixName] [method {add rows}] [arg n]]
161 [call [arg matrixName] [method cells]]
171 [call [arg matrixName] [method columns]]
218 [call [arg matrixName] [method destroy]]
266 [call [arg matrixName] [method {get row}] [arg row]]
312 [call [arg matrixName] [method links]]
322 [call [arg matrixName] [method rows]]
[all …]
H A Dmatrix1.tcllib.man71 [call [arg matrixName] [method {add columns}] [arg n]]
78 [call [arg matrixName] [method {add rows}] [arg n]]
85 [call [arg matrixName] [method cells]]
95 [call [arg matrixName] [method columns]]
112 [call [arg matrixName] [method {delete row}] [arg row]]
117 [call [arg matrixName] [method destroy]]
165 [call [arg matrixName] [method {get row}] [arg row]]
211 [call [arg matrixName] [method links]]
216 [call [arg matrixName] [method rowheight] [arg row]]
221 [call [arg matrixName] [method rows]]
[all …]
/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() argument
80 SetMatrixName(matrixName); in CSimpleB2SWrapper()
83 …:CSimpleB2SWrapper(CRef<CBioseq>& seq1, CRef<CBioseq>& seq2, double percIdThold, string matrixName) in CSimpleB2SWrapper() argument
89 SetMatrixName(matrixName); in CSimpleB2SWrapper()
217 string CSimpleB2SWrapper::SetMatrixName(string matrixName) in SetMatrixName() argument
221 if (matrixName == BLOSUM62NAME || matrixName == BLOSUM45NAME || matrixName == BLOSUM80NAME || in SetMatrixName()
222 matrixName == PAM30NAME || matrixName == PAM70NAME || matrixName == PAM250NAME) { in SetMatrixName()
227 m_scoringMatrix = matrixName; in SetMatrixName()
/dports/math/py-scikit-umfpack/scikit-umfpack-0.3.2/scikits/umfpack/tests/
H A Dtry_umfpack.py78 def readMatrix(matrixName, options): argument
81 matrixName = defaultURL + matrixName
83 print('url:', matrixName)
85 if matrixName[:7] == 'http://':
87 fileName, status = urllib.request.urlretrieve(matrixName)
89 fileName, status = urllib.urlretrieve(matrixName)
92 fileName = matrixName
148 for ii, matrixName in enumerate(matrixNames):
151 mtx = readMatrix(matrixName, options)
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Dvcp1.0_impl.cpp16 GLuint LookupTrackMatrix(char *matrixName);
125 char matrixName[256], matrixTransformName[256]; in ParseVertexProgramConstants() local
131 matrixName, matrixTransformName); in ParseVertexProgramConstants()
144 buffer = strstr(matrixName, ","); in ParseVertexProgramConstants()
155 buffer = strstr(matrixName, ","); in ParseVertexProgramConstants()
191 GLuint iMatrixID = LookupTrackMatrix(matrixName); in ParseVertexProgramConstants()
268 GLuint LookupTrackMatrix(char *matrixName) in LookupTrackMatrix() argument
309 if (!strcmp(matrixName, matrixLookupTable[i].name.c_str())) in LookupTrackMatrix()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Dvcp1.0_impl.cpp16 GLuint LookupTrackMatrix(char *matrixName);
125 char matrixName[256], matrixTransformName[256]; in ParseVertexProgramConstants() local
131 matrixName, matrixTransformName); in ParseVertexProgramConstants()
144 buffer = strstr(matrixName, ","); in ParseVertexProgramConstants()
155 buffer = strstr(matrixName, ","); in ParseVertexProgramConstants()
191 GLuint iMatrixID = LookupTrackMatrix(matrixName); in ParseVertexProgramConstants()
268 GLuint LookupTrackMatrix(char *matrixName) in LookupTrackMatrix() argument
309 if (!strcmp(matrixName, matrixLookupTable[i].name.c_str())) in LookupTrackMatrix()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/widgets/
H A Dmatrixselector.cpp87 QString matrixName; in newMatrix() local
88 DialogLauncher::self()->showMatrixDialog(matrixName, 0, true); in newMatrix()
90 MatrixPtr matrix = kst_cast<Matrix>(_store->retrieveObject(matrixName)); in newMatrix()
103 QString matrixName; in editMatrix() local
104 DialogLauncher::self()->showMatrixDialog(matrixName, ObjectPtr(selectedMatrix()), true); in editMatrix()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dimagefactory.cpp37 QString matrixName, paletteName, legend, contourColor, descriptiveName; in generateRelation() local
46 matrixName = attrs.value("matrix").toString(); in generateRelation()
85 if (store && !matrixName.isEmpty()) { in generateRelation()
86 matrix = kst_cast<Matrix>(store->retrieveObject(matrixName)); in generateRelation()
/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
83 strcpy( matrixName, saveToken.value.identValue); in readDesign()
105 strcpy( matrix->name, matrixName); in readDesign()
213 char matrixName[MAX_NAME_LENGTH+1], str[100]; in read01Matrix() local
253 strcpy( matrixName, saveToken.value.identValue); in read01Matrix()
277 ERROR1s( "read01Matrix", "Matrix ", matrixName, in read01Matrix()
280 ERROR1s( "read01Matrix", "Matrix ", matrixName, in read01Matrix()
283 ERROR1s( "read01Matrix", "Matrix ", matrixName, in read01Matrix()
288 strcpy( matrix->name, matrixName); in read01Matrix()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/cd_utils/
H A DcuSimpleB2SWrapper.hpp76 …CSimpleB2SWrapper(double percIdThold = DO_NOT_USE_PERC_ID_THRESHOLD, string matrixName = SCORING_M…
80 …oseq>& seq2, double percIdThold = DO_NOT_USE_PERC_ID_THRESHOLD, string matrixName = SCORING_MATRIX…
114 string SetMatrixName(string matrixName);
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_options.c1152 if (matrixName == NULL) in BLAST_GetSuggestedThreshold()
1155 if(strcasecmp(matrixName, "BLOSUM62") == 0) in BLAST_GetSuggestedThreshold()
1157 else if(strcasecmp(matrixName, "BLOSUM45") == 0) in BLAST_GetSuggestedThreshold()
1161 else if(strcasecmp(matrixName, "BLOSUM80") == 0) in BLAST_GetSuggestedThreshold()
1163 else if(strcasecmp(matrixName, "PAM30") == 0) in BLAST_GetSuggestedThreshold()
1165 else if(strcasecmp(matrixName, "PAM70") == 0) in BLAST_GetSuggestedThreshold()
1167 else if(strcasecmp(matrixName, "IDENTITY") == 0) in BLAST_GetSuggestedThreshold()
1188 if (matrixName == NULL) in BLAST_GetSuggestedWindowSize()
1191 if(strcasecmp(matrixName, "BLOSUM62") == 0) in BLAST_GetSuggestedWindowSize()
1197 else if(strcasecmp(matrixName, "PAM30") == 0) in BLAST_GetSuggestedWindowSize()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_options.c1183 if (matrixName == NULL) in BLAST_GetSuggestedThreshold()
1186 if(strcasecmp(matrixName, "BLOSUM62") == 0) in BLAST_GetSuggestedThreshold()
1188 else if(strcasecmp(matrixName, "BLOSUM45") == 0) in BLAST_GetSuggestedThreshold()
1192 else if(strcasecmp(matrixName, "BLOSUM80") == 0) in BLAST_GetSuggestedThreshold()
1194 else if(strcasecmp(matrixName, "PAM30") == 0) in BLAST_GetSuggestedThreshold()
1196 else if(strcasecmp(matrixName, "PAM70") == 0) in BLAST_GetSuggestedThreshold()
1198 else if(strcasecmp(matrixName, "IDENTITY") == 0) in BLAST_GetSuggestedThreshold()
1219 if (matrixName == NULL) in BLAST_GetSuggestedWindowSize()
1222 if(strcasecmp(matrixName, "BLOSUM62") == 0) in BLAST_GetSuggestedWindowSize()
1228 else if(strcasecmp(matrixName, "PAM30") == 0) in BLAST_GetSuggestedWindowSize()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_options.c1183 if (matrixName == NULL) in BLAST_GetSuggestedThreshold()
1186 if(strcasecmp(matrixName, "BLOSUM62") == 0) in BLAST_GetSuggestedThreshold()
1188 else if(strcasecmp(matrixName, "BLOSUM45") == 0) in BLAST_GetSuggestedThreshold()
1192 else if(strcasecmp(matrixName, "BLOSUM80") == 0) in BLAST_GetSuggestedThreshold()
1194 else if(strcasecmp(matrixName, "PAM30") == 0) in BLAST_GetSuggestedThreshold()
1196 else if(strcasecmp(matrixName, "PAM70") == 0) in BLAST_GetSuggestedThreshold()
1198 else if(strcasecmp(matrixName, "IDENTITY") == 0) in BLAST_GetSuggestedThreshold()
1219 if (matrixName == NULL) in BLAST_GetSuggestedWindowSize()
1222 if(strcasecmp(matrixName, "BLOSUM62") == 0) in BLAST_GetSuggestedWindowSize()
1228 else if(strcasecmp(matrixName, "PAM30") == 0) in BLAST_GetSuggestedWindowSize()
[all …]
/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
102 uniformHandler->addUniform(flag, uni.fType, strUniName.c_str(), &matrixName); in emitTransforms()
128 vb->codeAppendf("%s = (%s * %s).xy;", v.vsOut(), matrixName, in emitTransforms()
131 vb->codeAppendf("%s = %s * %s;", v.vsOut(), matrixName, localCoordsStr.c_str()); in emitTransforms()
/dports/biology/jalview/jalview/src/jalview/io/
H A DScoreMatrixFile.java63 private String matrixName; field in ScoreMatrixFile
220 matrixName = name; in parseMatrix()
280 matrixName = name; in parseAAIndexFormat()
451 return matrixName; in getMatrixName()

123456