Home
last modified time | relevance | path

Searched refs:MatrixInfo (Results 1 – 25 of 40) sorted by relevance

12

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DStrassenMatmulComputor.hpp64 struct MatrixInfo { struct in MNN::StrassenMatrixComputor
69 …rateMatMul(int e, int l, int h, const MatrixInfo& AT, const MatrixInfo& BT, const MatrixInfo& CT, …
70 …ivalMatMul(int e, int l, int h, const MatrixInfo& AT, const MatrixInfo& BT, const MatrixInfo& CT, …
71 …asicMatMul(int e, int l, int h, const MatrixInfo& AT, const MatrixInfo& BT, const MatrixInfo& CT, …
H A DStrassenMatmulComputor.cpp51 …ivalMatMul(int e, int l, int h, const MatrixInfo& AT, const MatrixInfo& BT, const MatrixInfo& CT, … in _generateTrivalMatMul()
165 MatrixInfo CTemp; in _generateBasicMatMul()
171 MatrixInfo Empty; in _generateBasicMatMul()
284 MatrixInfo Y; in _generateMatMul()
289 MatrixInfo X; in _generateMatMul()
295 MatrixInfo CX; in _generateMatMul()
300 MatrixInfo a11 = AT; in _generateMatMul()
301 MatrixInfo a12 = AT; in _generateMatMul()
303 MatrixInfo a21 = AT; in _generateMatMul()
305 MatrixInfo a22 = AT; in _generateMatMul()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dmatrix.h26 MatrixInfo; typedef
33 *MatrixToImage(const MatrixInfo *,ExceptionInfo *);
36 GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
37 NullMatrix(MatrixInfo *),
38 SetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,const void *);
40 MagickExport MatrixInfo
42 *DestroyMatrixInfo(MatrixInfo *);
45 GetMatrixColumns(const MatrixInfo *),
46 GetMatrixRows(const MatrixInfo *);
H A Dmatrix.c209 MatrixInfo in AcquireMatrixInfo()
213 if (matrix_info == (MatrixInfo *) NULL) in AcquireMatrixInfo()
214 return((MatrixInfo *) NULL); in AcquireMatrixInfo()
369 MagickExport MatrixInfo *DestroyMatrixInfo(MatrixInfo *matrix_info) in DestroyMatrixInfo()
371 assert(matrix_info != (MatrixInfo *) NULL); in DestroyMatrixInfo()
611 assert(matrix_info != (MatrixInfo *) NULL); in GetMatrixColumns()
712 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixElement()
753 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixRows()
892 assert(matrix_info != (const MatrixInfo *) NULL); in MatrixToImage()
1015 assert(matrix_info != (const MatrixInfo *) NULL); in NullMatrix()
[all …]
H A Dshear.c216 static void RadonProjection(const Image *image,MatrixInfo *source_matrixs, in RadonProjection()
217 MatrixInfo *destination_matrixs,const ssize_t sign,size_t *projection) in RadonProjection()
219 MatrixInfo in RadonProjection()
222 MatrixInfo in RadonProjection()
333 MatrixInfo in RadonTransform()
359 if ((source_matrixs == (MatrixInfo *) NULL) || in RadonTransform()
360 (destination_matrixs == (MatrixInfo *) NULL)) in RadonTransform()
362 if (destination_matrixs != (MatrixInfo *) NULL) in RadonTransform()
364 if (source_matrixs != (MatrixInfo *) NULL) in RadonTransform()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dmatrix.h26 MatrixInfo; typedef
33 *MatrixToImage(const MatrixInfo *,ExceptionInfo *);
36 GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
37 NullMatrix(MatrixInfo *),
38 SetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,const void *);
40 MagickExport MatrixInfo
42 *DestroyMatrixInfo(MatrixInfo *);
45 GetMatrixColumns(const MatrixInfo *),
46 GetMatrixRows(const MatrixInfo *);
H A Dmatrix.c209 MatrixInfo in AcquireMatrixInfo()
213 if (matrix_info == (MatrixInfo *) NULL) in AcquireMatrixInfo()
214 return((MatrixInfo *) NULL); in AcquireMatrixInfo()
369 MagickExport MatrixInfo *DestroyMatrixInfo(MatrixInfo *matrix_info) in DestroyMatrixInfo()
371 assert(matrix_info != (MatrixInfo *) NULL); in DestroyMatrixInfo()
611 assert(matrix_info != (MatrixInfo *) NULL); in GetMatrixColumns()
712 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixElement()
753 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixRows()
892 assert(matrix_info != (const MatrixInfo *) NULL); in MatrixToImage()
1015 assert(matrix_info != (const MatrixInfo *) NULL); in NullMatrix()
[all …]
H A Dshear.c216 static void RadonProjection(const Image *image,MatrixInfo *source_matrixs, in RadonProjection()
217 MatrixInfo *destination_matrixs,const ssize_t sign,size_t *projection) in RadonProjection()
219 MatrixInfo in RadonProjection()
222 MatrixInfo in RadonProjection()
333 MatrixInfo in RadonTransform()
359 if ((source_matrixs == (MatrixInfo *) NULL) || in RadonTransform()
360 (destination_matrixs == (MatrixInfo *) NULL)) in RadonTransform()
362 if (destination_matrixs != (MatrixInfo *) NULL) in RadonTransform()
364 if (source_matrixs != (MatrixInfo *) NULL) in RadonTransform()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dmatrix.h26 MatrixInfo; typedef
33 *MatrixToImage(const MatrixInfo *,ExceptionInfo *);
37 GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
38 NullMatrix(MatrixInfo *),
39 SetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,const void *);
41 MagickExport MatrixInfo
43 *DestroyMatrixInfo(MatrixInfo *);
46 GetMatrixColumns(const MatrixInfo *),
47 GetMatrixRows(const MatrixInfo *);
H A Dmatrix.c206 MatrixInfo in AcquireMatrixInfo()
210 if (matrix_info == (MatrixInfo *) NULL) in AcquireMatrixInfo()
211 return((MatrixInfo *) NULL); in AcquireMatrixInfo()
366 MagickExport MatrixInfo *DestroyMatrixInfo(MatrixInfo *matrix_info) in DestroyMatrixInfo()
368 assert(matrix_info != (MatrixInfo *) NULL); in DestroyMatrixInfo()
608 assert(matrix_info != (MatrixInfo *) NULL); in GetMatrixColumns()
709 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixElement()
750 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixRows()
890 assert(matrix_info != (const MatrixInfo *) NULL); in MatrixToImage()
1013 assert(matrix_info != (const MatrixInfo *) NULL); in NullMatrix()
[all …]
H A Dshear.c219 static void RadonProjection(const Image *image,MatrixInfo *source_matrix, in RadonProjection()
220 MatrixInfo *destination_matrix,const ssize_t sign,size_t *projection) in RadonProjection()
222 MatrixInfo in RadonProjection()
225 MatrixInfo in RadonProjection()
334 MatrixInfo in RadonTransform()
362 if ((source_matrix == (MatrixInfo *) NULL) || in RadonTransform()
363 (destination_matrix == (MatrixInfo *) NULL)) in RadonTransform()
365 if (destination_matrix != (MatrixInfo *) NULL) in RadonTransform()
367 if (source_matrix != (MatrixInfo *) NULL) in RadonTransform()
H A Dvision.c176 MatrixInfo in ConnectedComponentsImage()
225 if (equivalences == (MatrixInfo *) NULL) in ConnectedComponentsImage()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dmatrix.h26 MatrixInfo; typedef
33 *MatrixToImage(const MatrixInfo *,ExceptionInfo *);
37 GetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,void *),
38 NullMatrix(MatrixInfo *),
39 SetMatrixElement(const MatrixInfo *,const ssize_t,const ssize_t,const void *);
41 MagickExport MatrixInfo
43 *DestroyMatrixInfo(MatrixInfo *);
46 GetMatrixColumns(const MatrixInfo *),
47 GetMatrixRows(const MatrixInfo *);
H A Dmatrix.c206 MatrixInfo in AcquireMatrixInfo()
210 if (matrix_info == (MatrixInfo *) NULL) in AcquireMatrixInfo()
211 return((MatrixInfo *) NULL); in AcquireMatrixInfo()
366 MagickExport MatrixInfo *DestroyMatrixInfo(MatrixInfo *matrix_info) in DestroyMatrixInfo()
368 assert(matrix_info != (MatrixInfo *) NULL); in DestroyMatrixInfo()
608 assert(matrix_info != (MatrixInfo *) NULL); in GetMatrixColumns()
709 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixElement()
750 assert(matrix_info != (const MatrixInfo *) NULL); in GetMatrixRows()
890 assert(matrix_info != (const MatrixInfo *) NULL); in MatrixToImage()
1013 assert(matrix_info != (const MatrixInfo *) NULL); in NullMatrix()
[all …]
H A Dshear.c219 static void RadonProjection(const Image *image,MatrixInfo *source_matrix, in RadonProjection()
220 MatrixInfo *destination_matrix,const ssize_t sign,size_t *projection) in RadonProjection()
222 MatrixInfo in RadonProjection()
225 MatrixInfo in RadonProjection()
334 MatrixInfo in RadonTransform()
362 if ((source_matrix == (MatrixInfo *) NULL) || in RadonTransform()
363 (destination_matrix == (MatrixInfo *) NULL)) in RadonTransform()
365 if (destination_matrix != (MatrixInfo *) NULL) in RadonTransform()
367 if (source_matrix != (MatrixInfo *) NULL) in RadonTransform()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_SubsMat.py24 from Bio.SubsMat import FreqTable, MatrixInfo
387 mat = SubsMat.SeqMat(MatrixInfo.benner6)
948 mat = SubsMat.SeqMat(MatrixInfo.feng)
975 mat = SubsMat.SeqMat(MatrixInfo.fitch)
1054 mat = SubsMat.SeqMat(MatrixInfo.grant)
1081 mat = SubsMat.SeqMat(MatrixInfo.ident)
1134 mat = SubsMat.SeqMat(MatrixInfo.levin)
1334 mat = SubsMat.SeqMat(MatrixInfo.pam30)
1394 mat = SubsMat.SeqMat(MatrixInfo.pam60)
1424 mat = SubsMat.SeqMat(MatrixInfo.pam90)
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/tools/tune/
H A Dstorage_data.h75 struct MatrixInfo;
150 void (*initKNM) (struct MatrixInfo*, unsigned int baseDim);
H A Dtune.c270 typedef struct MatrixInfo { struct
290 }MatrixInfo; argument
620 initCLBlasKArgDim(CLBlasKargs *args, MatrixInfo* mi, KernelExtraFlags extra) in initCLBlasKArgDim()
834 MatrixInfo *matrixInfo, in subInitMatrixInfo()
858 MatrixInfo *mi, in initMatrixInfo()
936 releaseMemObjOne(MatrixInfo * mi) in releaseMemObjOne()
952 releaseMemObjAll(MatrixInfo * mi, BlasExtraInfo* bExtra) in releaseMemObjAll()
962 destroyMatrixInfo(MatrixInfo* mi, BlasExtraInfo* bExtra) in destroyMatrixInfo()
1674 MatrixInfo mi [DIMARRAYCOUNT]; in findBestParams()
2255 MatrixInfo mi [DIMARRAYCOUNT]; in generateKernelForOthersFlag()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/eigenvalue/test/
H A Dcond2test.cc38 MatrixInfo<BCRSMat> matrixInfo in main()
H A Dmatrixinfo.hh40 class MatrixInfo class
61 MatrixInfo (const BCRSMatrix& m, in MatrixInfo() function in MatrixInfo
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_stat.c81 typedef struct MatrixInfo { struct
86 } MatrixInfo; typedef
2888 static MatrixInfo*
2908 static MatrixInfo*
2912 MatrixInfo* matrix_info; in MatrixInfoNew()
2914 matrix_info = (MatrixInfo*) calloc(1, sizeof(MatrixInfo)); in MatrixInfoNew()
2954 MatrixInfo* matrix_info; in BlastLoadMatrixValues()
3020 MatrixInfo* matrix_info; in Blast_GetMatrixValues()
3484 MatrixInfo* matrix_info; in BlastKarlinReportAllowedValues()
3584 MatrixInfo* matrix_info; in Blast_KarlinBlkGappedLoadFromTables()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_stat.c81 typedef struct MatrixInfo { struct
86 } MatrixInfo; argument
2888 static MatrixInfo*
2908 static MatrixInfo*
2912 MatrixInfo* matrix_info; in MatrixInfoNew()
2914 matrix_info = (MatrixInfo*) calloc(1, sizeof(MatrixInfo)); in MatrixInfoNew()
2954 MatrixInfo* matrix_info; in BlastLoadMatrixValues()
3020 MatrixInfo* matrix_info; in Blast_GetMatrixValues()
3484 MatrixInfo* matrix_info; in BlastKarlinReportAllowedValues()
3584 MatrixInfo* matrix_info; in Blast_KarlinBlkGappedLoadFromTables()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_stat.c81 typedef struct MatrixInfo { struct
86 } MatrixInfo; argument
2888 static MatrixInfo*
2908 static MatrixInfo*
2912 MatrixInfo* matrix_info; in MatrixInfoNew()
2914 matrix_info = (MatrixInfo*) calloc(1, sizeof(MatrixInfo)); in MatrixInfoNew()
2954 MatrixInfo* matrix_info; in BlastLoadMatrixValues()
3020 MatrixInfo* matrix_info; in Blast_GetMatrixValues()
3484 MatrixInfo* matrix_info; in BlastKarlinReportAllowedValues()
3584 MatrixInfo* matrix_info; in Blast_KarlinBlkGappedLoadFromTables()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dseqalign.py24 from Bio.SubsMat.MatrixInfo import blosum62
/dports/math/timbl/timbl-6.6/include/timbl/
H A DMBLClass.h132 void MatrixInfo( std::ostream& ) const;

12