Home
last modified time | relevance | path

Searched refs:makeInverse (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_SymDivider.h50 using Divider<T>::makeInverse;
51 virtual void makeInverse(SymMatrixView<RT> sinv) const =0;
52 virtual void makeInverse(SymMatrixView<CT> sinv) const =0;
H A DTMV_AuxMatComposite3.h54 m.makeInverse(m0); in assignToM()
60 m.makeInverse(m0); in assignToM()
H A DTMV_SymBandCHD.h105 inline void makeInverse(SymMatrixView<TMV_RealType(T)> sinv) const in makeInverse() function
111 inline void makeInverse(SymMatrixView<TMV_ComplexType(T)> sinv) const in makeInverse() function
H A DTMV_SymBandSVD.h226 inline void makeInverse( in makeInverse() function
233 inline void makeInverse( in makeInverse() function
318 inline void makeInverse(SymMatrixView<TMV_RealType(T)> sinv) const in makeInverse() function
324 inline void makeInverse(SymMatrixView<TMV_ComplexType(T)> sinv) const in makeInverse() function
H A DTMV_SymSVD.h236 inline void makeInverse( in makeInverse() function
243 inline void makeInverse( in makeInverse() function
333 inline void makeInverse( in makeInverse() function
340 inline void makeInverse( in makeInverse() function
H A DTMV_SymLDLD.h150 inline void makeInverse(SymMatrixView<TMV_RealType(T)> sinv) const in makeInverse() function
156 inline void makeInverse(SymMatrixView<TMV_ComplexType(T)> sinv) const in makeInverse() function
H A DTMV_SymCHD.h164 inline void makeInverse(SymMatrixView<TMV_RealType(T)> sinv) const in makeInverse() function
170 inline void makeInverse(SymMatrixView<TMV_ComplexType(T)> sinv) const in makeInverse() function
H A DTMV_Divider.h114 virtual void makeInverse(MatrixView<T> minv) const =0
H A DTMV_BaseMatrix.h165 void makeInverse(MatrixView<T> minv) const in makeInverse() function
173 inline void makeInverse(MatrixView<T1> minv) const in makeInverse() function
181 inline void makeInverse(Matrix<T1,A>& minv) const in makeInverse() function
H A DTMV_AuxAllDiv.h39 inline void makeInverse(MatrixView<T> minv) const \
H A DTMV_DiagMatrix.h378 inline void makeInverse(MatrixView<T> minv) const in makeInverse() function
386 inline void makeInverse(MatrixView<T1> minv) const in makeInverse() function
394 inline void makeInverse(DiagMatrixView<T1> minv) const in makeInverse() function
417 inline void makeInverse(DiagMatrix<T1,A>& minv) const in makeInverse() function
418 { makeInverse(minv.view()); } in makeInverse()
421 inline void makeInverse(Matrix<T1,A>& minv) const in makeInverse() function
422 { makeInverse(minv.view()); } in makeInverse()
H A DTMV_SmallMatrix.h511 inline void makeInverse(MatrixView<T> minv) const in makeInverse() function
512 { view().makeInverse(minv); } in makeInverse()
515 inline void makeInverse(MatrixView<T1> minv) const in makeInverse() function
516 { view().makeInverse(minv); } in makeInverse()
519 inline void makeInverse(Matrix<T2,A2>& minv) const in makeInverse() function
520 { view().makeInverse(minv); } in makeInverse()
530 inline void makeInverse(SmallMatrix<T2,N,M,A2>& minv) const in makeInverse() function
/dports/graphics/price/PRICE-1.3.0/
H A DPRCInvert.h20 - (IBAction)makeInverse:(id)sender;
H A DPRCInvert.m20 - (IBAction)makeInverse:(id)sender
/dports/graphics/price/PRICE-1.3.0/Resources/MainMenu.gorm/
H A Ddata.classes92 "makeInverse:",
372 "makeInverse:"
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DRenaming.hpp88 void makeInverse(const Renaming& orig);
H A DRenaming.cpp118 void Renaming::makeInverse(const Renaming& orig) in makeInverse() function in Kernel::Renaming
H A DColorHelper.cpp193 inv.makeInverse(r); in applyReplacement()
/dports/biology/bbmap/bbmap/current/align2/
H A DQualityTools.java474 public static final float[] PROB_ERROR_INVERSE=makeInverse(PROB_ERROR);
477 public static final float[] PROB_CORRECT_INVERSE=makeInverse(PROB_CORRECT);
543 private static final float[] makeInverse(float[] prob){
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCD3D8ParallaxMapRenderer.cpp265 minv.makeInverse(); in OnSetConstants()
H A DCD3D9ParallaxMapRenderer.cpp356 minv.makeInverse(); in OnSetConstants()
/dports/math/tmv/tmv-0.75/doc/
H A DDiagMatrix.tex235 d.makeInverse(Matrix<T>& minv)
236 d.makeInverse(DiagMatrix<T>& dinv)
265 \index{DiagMatrix!Methods!makeInverse}
268 we also provide a version of the \tt{makeInverse} syntax, which allows dinv
H A DTriMatrix.tex338 U.makeInverse(Matrix<T>& minv)
339 U.makeInverse(UpperTriMatrix<T>& Uinv)
375 \index{UpperTriMatrix!Methods!makeInverse}
381 of \tt{U.makeInverse(minv)} for both argument types.
/dports/math/vampire/vampire-4.5.1/Inferences/
H A DForwardDemodulation.cpp142 qDenorm.makeInverse(qNorm); in perform()
H A DBackwardDemodulation.cpp155 qDenorm.makeInverse(qNorm); in operator ()()

123