Home
last modified time | relevance | path

Searched refs:IntToExtColMap (Results 1 – 25 of 50) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/sparse/
H A DspOutput.c161 PrintOrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I; in spPrint()
215 printf(" %9d", Matrix->IntToExtColMap[ Col ]); in spPrint()
224 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StartCol] ], in spPrint()
225 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StopCol] ]); in spPrint()
365 OrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I; in spRowColOrder()
H A DspSolve.c210 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolve()
364 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexMatrix()
490 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolveTransposed()
629 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexTransposedMatrix()
H A DspAllocate.c178 Matrix->IntToExtColMap = NULL; in spCreate()
226 if (( Matrix->IntToExtColMap = ALLOC(int, SizePlusOne)) == NULL) in spCreate()
236 Matrix->IntToExtColMap[I] = I; in spCreate()
627 FREE( Matrix->IntToExtColMap ); in spDestroy()
H A DspUtils.c307 SWAP (int, Matrix->IntToExtColMap[Col1], Matrix->IntToExtColMap[Col2]); in SwapCols()
309 Matrix->ExtToIntColMap[Matrix->IntToExtColMap[Col2]]=Col2; in SwapCols()
310 Matrix->ExtToIntColMap[Matrix->IntToExtColMap[Col1]]=Col1; in SwapCols()
431 pExtOrder = &Matrix->IntToExtColMap[1]; in spScale()
548 pExtOrder = &Matrix->IntToExtColMap[1]; in ScaleComplexMatrix()
636 pExtOrder = &Matrix->IntToExtColMap[Matrix->Size]; in spMultiply()
721 pExtOrder = &Matrix->IntToExtColMap[Matrix->Size]; in ComplexMatrixMultiply()
829 pExtOrder = &Matrix->IntToExtColMap[Matrix->Size]; in spMultTransposed()
928 pExtOrder = &Matrix->IntToExtColMap[Matrix->Size]; in ComplexTransposedMatrixMultiply()
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/sparse/
H A DspOutput.c161 PrintOrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I; in spPrint()
215 printf(" %9d", Matrix->IntToExtColMap[ Col ]); in spPrint()
224 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StartCol] ], in spPrint()
225 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StopCol] ]); in spPrint()
365 OrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I; in spRowColOrder()
H A DspSolve.c210 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolve()
364 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexMatrix()
490 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolveTransposed()
629 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexTransposedMatrix()
H A DspAllocate.c178 Matrix->IntToExtColMap = NULL; in spCreate()
226 if (( Matrix->IntToExtColMap = ALLOC(int, SizePlusOne)) == NULL) in spCreate()
236 Matrix->IntToExtColMap[I] = I; in spCreate()
627 FREE( Matrix->IntToExtColMap ); in spDestroy()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_sparse_output.c153 PrintOrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I; in spPrint()
210 printf(" %9d", Matrix->IntToExtColMap[ Col ]); in spPrint()
219 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StartCol] ], in spPrint()
220 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StopCol] ]); in spPrint()
436 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
457 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
478 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
H A Dm_sparse_solve.c156 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolve()
267 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexMatrix()
347 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolveTransposed()
447 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexTransposedMatrix()
H A Dm_sparse_allocate.c133 Matrix->IntToExtColMap = NULL; in spCreate()
177 if (( Matrix->IntToExtColMap = ALLOC(int, SizePlusOne)) == NULL) in spCreate()
187 Matrix->IntToExtColMap[I] = I; in spCreate()
563 FREE( Matrix->IntToExtColMap ); in spDestroy()
/dports/cad/ngspice_rework/ngspice-35/src/maths/sparse/
H A Dspoutput.c186 PrintOrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I; in spPrint()
246 printf(" %9d", Matrix->IntToExtColMap[ Col ]); in spPrint()
257 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StartCol] ], in spPrint()
258 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StopCol] ]); in spPrint()
491 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
517 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
541 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
H A Dspsolve.c186 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolve()
320 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexMatrix()
424 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolveTransposed()
547 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexTransposedMatrix()
H A Dspbuild.c476 Matrix->IntToExtColMap[IntRow] = ExtRow; in Translate()
498 Matrix->IntToExtColMap[IntCol] = ExtCol; in Translate()
972 if (( SP_REALLOC(Matrix->IntToExtColMap, int, NewSize+1)) == NULL) in EnlargeMatrix()
1011 Matrix->IntToExtColMap[I] = I; in EnlargeMatrix()
1172 Col = Matrix->IntToExtColMap[J]; in spInitialize()
H A Dspalloc.c184 Matrix->IntToExtColMap = NULL; in spCreate()
230 if (( Matrix->IntToExtColMap = SP_MALLOC(int, SizePlusOne)) == NULL) in spCreate()
241 Matrix->IntToExtColMap[I] = I; in spCreate()
665 SP_FREE( Matrix->IntToExtColMap ); in spDestroy()
/dports/cad/jspice3/jspice3-2.5/src/lib/sparse/
H A Dspoutput.c172 PrintOrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I;
228 printf(" %9d", Matrix->IntToExtColMap[ Col ]);
237 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StartCol] ],
238 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StopCol] ]);
453 Col = Matrix->IntToExtColMap[I];
475 Col = Matrix->IntToExtColMap[I];
498 Col = Matrix->IntToExtColMap[I];
H A Dspsolve.c220 pExtOrder = &Matrix->IntToExtColMap[Size];
378 pExtOrder = &Matrix->IntToExtColMap[Size];
506 pExtOrder = &Matrix->IntToExtColMap[Size];
649 pExtOrder = &Matrix->IntToExtColMap[Size];
H A Dspalloc.c199 Matrix->IntToExtColMap = NULL;
247 if (( Matrix->IntToExtColMap = ALLOC(int, SizePlusOne)) == NULL)
257 Matrix->IntToExtColMap[I] = I;
661 FREE( Matrix->IntToExtColMap );
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/src/c/
H A DspOutput.c164 PrintOrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I; in spPrint()
249 printf(" %9d", Matrix->IntToExtColMap[ Col ]); in spPrint()
262 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StartCol] ], in spPrint()
263 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StopCol] ]); in spPrint()
548 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
581 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
613 Col = Matrix->IntToExtColMap[I]; in spFileMatrix()
H A DspSolve.c210 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolve()
376 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexMatrix()
505 pExtOrder = &Matrix->IntToExtColMap[Size]; in spSolveTransposed()
656 pExtOrder = &Matrix->IntToExtColMap[Size]; in SolveComplexTransposedMatrix()
H A DspAllocate.c179 Matrix->IntToExtColMap = NULL; in spCreate()
236 if (( Matrix->IntToExtColMap = SPALLOC(int, SizePlusOne)) == NULL) in spCreate()
251 Matrix->IntToExtColMap[I] = I; in spCreate()
673 SPFREE( Matrix->IntToExtColMap ); in spDestroy()
H A DspBuild.c411 Matrix->IntToExtColMap[IntRow] = ExtRow; in Translate()
438 Matrix->IntToExtColMap[IntCol] = ExtCol; in Translate()
907 if (( SPREALLOC(Matrix->IntToExtColMap, int, NewSize + 1)) == NULL) in EnlargeMatrix()
948 Matrix->IntToExtColMap[I] = I; in EnlargeMatrix()
1111 Col = Matrix->IntToExtColMap[J]; in spInitialize()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspOutput.c172 PrintOrdToIntColMap[ Matrix->IntToExtColMap[I] ] = I;
228 printf(" %9d", Matrix->IntToExtColMap[ Col ]);
237 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StartCol] ],
238 Matrix->IntToExtColMap[ PrintOrdToIntColMap[StopCol] ]);
453 Col = Matrix->IntToExtColMap[I];
475 Col = Matrix->IntToExtColMap[I];
498 Col = Matrix->IntToExtColMap[I];
H A DspSolve.c196 pExtOrder = &Matrix->IntToExtColMap[Size];
354 pExtOrder = &Matrix->IntToExtColMap[Size];
482 pExtOrder = &Matrix->IntToExtColMap[Size];
625 pExtOrder = &Matrix->IntToExtColMap[Size];
H A DspAllocate.c183 Matrix->IntToExtColMap = NULL;
231 if (( Matrix->IntToExtColMap = ALLOC(int, SizePlusOne)) == NULL)
241 Matrix->IntToExtColMap[I] = I;
645 FREE( Matrix->IntToExtColMap );
H A DspBuild.c413 Matrix->IntToExtColMap[IntRow] = ExtRow;
434 Matrix->IntToExtColMap[IntCol] = ExtCol;
931 if (( REALLOC(Matrix->IntToExtColMap, int, NewSize+1)) == NULL)
966 { Matrix->IntToExtColMap[I] = I;
1134 Col = Matrix->IntToExtColMap[J];

12