Home
last modified time | relevance | path

Searched refs:exportMatrix (Results 1 – 20 of 20) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/py/
H A Doperator.hh191 -> void_t<decltype( getPetscMatrix( std::declval< const Operator & >().exportMatrix() ) ) > in addMatrixBackend()
201 Mat mat = self.exportMatrix(); in addMatrixBackend()
215 -> void_t<decltype( getBCRSMatrix( std::declval< const Operator & >().exportMatrix() ) ) > in addMatrixBackend()
217 …:decay_t< decltype( getBCRSMatrix( std::declval< const Operator & >().exportMatrix() ) ) > BCRSMat… in addMatrixBackend()
224 return getBCRSMatrix( self.exportMatrix() ); in addMatrixBackend()
230 … decltype( std::declval< const AssembledLinearOperator & >().exportMatrix().exportCRS(), 0 ) = 0 >
235 auto& mat = self.cast< AssembledLinearOperator &>().exportMatrix(); in addMatrixBackend()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/test/
H A Dtest-hierarchicall2projection.cc110 typedef std::decay_t< decltype( massOp.exportMatrix() ) > MatrixType; in main()
111 Dune::MatrixAdapter< MatrixType, X, X > A( massOp.exportMatrix() ); in main()
112 Dune::SeqJac< MatrixType, X, X, 2 > P( massOp.exportMatrix(), 1, 1 ); in main()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DImportExportPlugin.h47 …virtual bool exportMatrix(Matrix *, const QString& /*fname*/, bool /*exportSelection*/){return fal… in exportMatrix() function
H A DApplicationWindow.h443 void exportMatrix(const QString& exportFilter = QString::null);
H A DApplicationWindow.cpp2603 void ApplicationWindow::exportMatrix(const QString& exportFilter)
8594 exportMatrix("*.pdf");
14581 connect(actionExportMatrix, SIGNAL(activated()), this, SLOT(exportMatrix()));
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/linear/
H A Deigenoperator.hh32 using BaseType::exportMatrix;
H A Dspoperator.hh34 using BaseType::exportMatrix;
H A Dhierarchical.hh132 MatrixType &exportMatrix () const { return matrix_; } in exportMatrix() function in Dune::Fem::HierarchicalLinearOperator
H A Dpetscoperator.hh715 Mat& exportMatrix () const in exportMatrix() function in Dune::Fem::PetscLinearOperator
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Damgxsolver.hh177 Mat& A = const_cast<Mat &> (assembledOperator_->exportMatrix()); in init()
H A Dumfpacksolver.hh128 ccsmat_ = std::make_unique<CCSMatrixType>(assembledOperator_->exportMatrix()); in prepare()
H A Dldlsolver.hh181 ccsmat_ = assembledOperator_->exportMatrix(); in prepare()
H A Dspqrsolver.hh177 ccsmat_.reset( new CCSMatrixType(assembledOperator_->exportMatrix() ) ); in prepare()
H A Dpetscinverseoperators.hh130 Mat& A = assembledOperator_->exportMatrix(); in initialize()
H A Distl.hh105 using Type = std::decay_t<decltype(std::declval<const LinearOperator&>().exportMatrix())>;
671 … linearOperator_.reset(new AssembledLinearOperatorType(op.exportMatrix(), *communication_)); in bind()
/dports/games/warzone2100/warzone2100/tools/blender/2.9x/pie_addon/
H A Dpie_export.py258 exportMatrix = child.matrix_world - ob.matrix_world
260 mLoc = exportMatrix.decompose()[0]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Distlpreconditioner.hh439 return new MatrixAdapterType( matrixObj.exportMatrix(), in matrixAdapterObject()
517 MatrixType& matrix = matrixObj.exportMatrix(); in matrixAdapterObject()
H A Dspmatrix.hh484 MatrixType& exportMatrix() const in exportMatrix() function in Dune::Fem::SparseRowMatrixObject
H A Distlmatrix.hh795 MatrixType& exportMatrix() const in exportMatrix() function in Dune::Fem::ISTLMatrixObject
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/matrix/
H A DMatrix.cpp1171 ep->exportMatrix(this, fileName, false); in exportEMF()
1663 return ep->exportMatrix(this, fname, exportSelection); in exportExcel()
1675 return ep->exportMatrix(this, fname, exportSelection); in exportASCII()
1680 return ep->exportMatrix(this, fname, exportSelection); in exportASCII()