Home
last modified time | relevance | path

Searched defs:ReSize (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dnewmat5.cpp217 gm->tDelete(); in ReSize()
235 gm=((BaseMatrix*&)bm)->Evaluate(); in ReSize()
236 Compare(gm->Type().t(),mt); in ReSize()
249 GeneralMatrix* ColedMatrix::Evaluate(MatrixType mt) in ReSize()
251 gm = ((BaseMatrix*&)bm)->Evaluate(); in ReSize()
257 GeneralMatrix* DiagedMatrix::Evaluate(MatrixType mt) in ReSize()
265 GeneralMatrix* MatedMatrix::Evaluate(MatrixType mt) in ReSize()
285 gm->tDelete(); in ReSize()
305 GeneralMatrix* ReturnMatrix::Evaluate(MatrixType mt) in ReSize()
307 return gm->Evaluate(mt); in ReSize()
[all …]
/dports/math/optpp/optpp-2.4/newmat11/
H A Dnewmat4.C246 void Matrix::ReSize(int nr, int nc) in ReSize() function
249 void SquareMatrix::ReSize(int n) in ReSize() function
252 void SquareMatrix::ReSize(int nr, int nc) in ReSize() function
260 void SymmetricMatrix::ReSize(int nr) in ReSize() function
263 void UpperTriangularMatrix::ReSize(int nr) in ReSize() function
269 void DiagonalMatrix::ReSize(int nr) in ReSize() function
272 void RowVector::ReSize(int nc) in ReSize() function
275 void ColumnVector::ReSize(int nr) in ReSize() function
278 void RowVector::ReSize(int nr, int nc) in ReSize() function
285 void ColumnVector::ReSize(int nr, int nc) in ReSize() function
[all …]
H A Dbandmat.C45 void BandMatrix::ReSize(int n, int lb, int ub) in ReSize() function
80 void UpperBandMatrix::ReSize(int n, int lb, int ub) in ReSize() function
91 void LowerBandMatrix::ReSize(int n, int lb, int ub) in ReSize() function
102 void BandMatrix::ReSize(const GeneralMatrix& A) in ReSize() function
449 void SymmetricBandMatrix::ReSize(int n, int lb) in ReSize() function
458 void SymmetricBandMatrix::ReSize(const GeneralMatrix& A) in ReSize() function
/dports/www/mediawiki137/mediawiki-1.37.1/includes/auth/
H A DThrottlePreAuthenticationProvider.php46 /** @var BagOStuff */
81 $this->accountCreationThrottle = new Throttler(
92 'cache' => $this->cache,
103 $ip = $this->manager->getRequest()->getIP();
/dports/math/newmat/newmat-1.1_1/
H A Dnewmat.h700 void ReSize(int m) { resize(m); } in ReSize() function
799 void ReSize(int m) { resize(m); } in ReSize() function
850 void ReSize(int m) { resize(m); } in ReSize() function
902 void ReSize(int m) { resize(m); } in ReSize() function
960 void ReSize(int m) { resize(m); } in ReSize() function
1014 void ReSize(int m) { resize(m); } in ReSize() function
1018 void ReSize(int m,int n) { resize(m, n); } in ReSize() function
1067 void ReSize(int m) { resize(m); } in ReSize() function
1071 void ReSize(int m,int n) { resize(m, n); } in ReSize() function
1326 void ReSize(int m,int b) { resize(m, b); } in ReSize() function
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/general/
H A Darray.cpp25 void BASE_Array :: ReSize (int minsize, int elementsize) in ReSize() function in netgen::BASE_Array
/dports/cad/netgen/netgen-6.2.2105/libsrc/general/
H A Dngarray.cpp25 void BASE_Array :: ReSize (int minsize, int elementsize) in ReSize() function in netgen::BASE_Array
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/general/
H A Darray.cpp25 void BASE_ARRAY :: ReSize (int minsize, int elementsize) in ReSize() function in netgen::BASE_ARRAY
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Monitor.Server/
H A DRequest.cs57 internal void ReSize(int size) in ReSize() method in Ntp.Analyzer.Monitor.Server.Request
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_commandbuffer_specific.cpp171 MOS_STATUS CommandBufferSpecific:: ReSize(uint32_t newSize) in ReSize() function in CommandBufferSpecific
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dmos_commandbuffer_specific.cpp171 MOS_STATUS CommandBufferSpecific:: ReSize(uint32_t newSize) in ReSize() function in CommandBufferSpecific
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/linux/common/os/
H A Dmos_commandbuffer_specific_next.cpp171 MOS_STATUS CommandBufferSpecificNext:: ReSize(uint32_t newSize) in ReSize() function in CommandBufferSpecificNext
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/linux/common/os/
H A Dmos_commandbuffer_specific_next.cpp172 MOS_STATUS CommandBufferSpecificNext:: ReSize(uint32_t newSize) in ReSize() function in CommandBufferSpecificNext
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/cd_utils/
H A DcuMatrix.hpp103 void ReSize(const int NumRows, const int NumCols) { in ReSize() function in AMatrix_base
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx128 void ParaPropertyPanel::ReSize() in ReSize() function in svx::sidebar::ParaPropertyPanel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx137 void ParaPropertyPanel::ReSize() in ReSize() function in svx::sidebar::ParaPropertyPanel
/dports/editors/picpas/PicPas-7940bc3/_libraries/ogEditGraf-2.5/
H A DogDefObjGraf.pas211 procedure ReSize(newWidth, newHeight: Single; UpdatePCtrls: boolean=true); procedure
832 procedure TObjGraf.ReSize(newWidth, newHeight: Single; UpdatePCtrls: boolean = true); procedure
/dports/editors/picpas/PicPas-7940bc3/ogeeditgraf/
H A DogDefObjGraf.pas211 procedure ReSize(newWidth, newHeight: Single; UpdatePCtrls: boolean=true); procedure
832 procedure TObjGraf.ReSize(newWidth, newHeight: Single; UpdatePCtrls: boolean = true); procedure
/dports/cad/opencascade/opencascade-7.6.0/src/Poly/
H A DPoly_MergeNodesTool.cxx239 inline void Poly_MergeNodesTool::MergedNodesMap::ReSize (const int theSize) in ReSize() function in Poly_MergeNodesTool::MergedNodesMap
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/matrix/
H A Dnewmat.h636 void ReSize(int m, int n) // change dimensions in ReSize() function
1010 void ReSize(int n,int ubw) // change dimensions in ReSize() function
1012 void ReSize(const GeneralMatrix& A) { BandMatrix::ReSize(A); } in ReSize() function
1042 void ReSize(int n,int lbw) // change dimensions in ReSize() function
1044 void ReSize(const GeneralMatrix& A) { BandMatrix::ReSize(A); } in ReSize() function
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_IndexedMap.hxx179 void ReSize (const Standard_Integer theExtent) in ReSize() function in NCollection_IndexedMap
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_IndexedMap.hxx179 void ReSize (const Standard_Integer theExtent) in ReSize() function in NCollection_IndexedMap
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_IndexedMap.hxx179 void ReSize (const Standard_Integer theExtent) in ReSize() function in NCollection_IndexedMap
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/unsupported/xmapdef/
H A Dxmapdef.c519 void ReSize(filedata) in ReSize() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Dtarray.h569 void TArray<T> :: ReSize(int minsize) in ReSize() function
790 void TArrayDynamic<T> :: ReSize(int minsize) in ReSize() function

123