Home
last modified time | relevance | path

Searched refs:LocalMatrix (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/common/
H A Dlocalcontribution.hh65 template< class LocalMatrix >
68 typedef typename LocalMatrix::value_type value_type;
70 … explicit LocalMatrixGetter ( const LocalMatrix &localMatrix ) : localMatrix_( localMatrix ) {} in LocalMatrixGetter()
76 const LocalMatrix & localMatrix() const { return localMatrix_; } in localMatrix()
79 const LocalMatrix &localMatrix_;
96 template< class DomainEntity, class RangeEntity, class LocalMatrix >
102 template< class DomainEntity, class RangeEntity, class LocalMatrix >
105 …op.addLocalMatrix( domainEntity, rangeEntity, Impl::LocalMatrixGetter< LocalMatrix >( localMatrix … in end()
122 template< class DomainEntity, class RangeEntity, class LocalMatrix >
144 template< class DomainEntity, class RangeEntity, class LocalMatrix >
[all …]
H A Dlocalmatrixcolumn.hh17 template< class LocalMatrix >
20 typedef LocalMatrixEntry< LocalMatrix > ThisType;
23 typedef LocalMatrix LocalMatrixType;
51 template< class LocalMatrix >
54 typedef LocalMatrixColumn< LocalMatrix > ThisType;
57 typedef LocalMatrix LocalMatrixType;
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dmatrix_decompose.inl32 tmat4x4<T, P> LocalMatrix(ModelMatrix); local
40 LocalMatrix[i][j] /= LocalMatrix[3][3];
55 …if(LocalMatrix[0][3] != static_cast<T>(0) || LocalMatrix[1][3] != static_cast<T>(0) || LocalMatrix
59 RightHandSide[0] = LocalMatrix[0][3];
60 RightHandSide[1] = LocalMatrix[1][3];
61 RightHandSide[2] = LocalMatrix[2][3];
62 RightHandSide[3] = LocalMatrix[3][3];
74 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
75 LocalMatrix[3][3] = static_cast<T>(1);
85 LocalMatrix[3] = tvec4<T, P>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dmatrix_decompose.inl32 tmat4x4<T, P> LocalMatrix(ModelMatrix); local
40 LocalMatrix[i][j] /= LocalMatrix[3][3];
55 …if(LocalMatrix[0][3] != static_cast<T>(0) || LocalMatrix[1][3] != static_cast<T>(0) || LocalMatrix
59 RightHandSide[0] = LocalMatrix[0][3];
60 RightHandSide[1] = LocalMatrix[1][3];
61 RightHandSide[2] = LocalMatrix[2][3];
62 RightHandSide[3] = LocalMatrix[3][3];
74 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
75 LocalMatrix[3][3] = static_cast<T>(1);
85 LocalMatrix[3] = tvec4<T, P>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtx/
H A Dmatrix_decompose.inl32 tmat4x4<T, P> LocalMatrix(ModelMatrix); local
40 LocalMatrix[i][j] /= LocalMatrix[3][3];
55 …if(LocalMatrix[0][3] != static_cast<T>(0) || LocalMatrix[1][3] != static_cast<T>(0) || LocalMatrix
59 RightHandSide[0] = LocalMatrix[0][3];
60 RightHandSide[1] = LocalMatrix[1][3];
61 RightHandSide[2] = LocalMatrix[2][3];
62 RightHandSide[3] = LocalMatrix[3][3];
74 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
75 LocalMatrix[3][3] = static_cast<T>(1);
85 LocalMatrix[3] = tvec4<T, P>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dmatrix_decompose.inl32 tmat4x4<T, P> LocalMatrix(ModelMatrix); local
40 LocalMatrix[i][j] /= LocalMatrix[3][3];
55 …if(LocalMatrix[0][3] != static_cast<T>(0) || LocalMatrix[1][3] != static_cast<T>(0) || LocalMatrix
59 RightHandSide[0] = LocalMatrix[0][3];
60 RightHandSide[1] = LocalMatrix[1][3];
61 RightHandSide[2] = LocalMatrix[2][3];
62 RightHandSide[3] = LocalMatrix[3][3];
74 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
75 LocalMatrix[3][3] = static_cast<T>(1);
85 LocalMatrix[3] = tvec4<T, P>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/gtx/
H A Dmatrix_decompose.inl34 mat<4, 4, T, Q> LocalMatrix(ModelMatrix); local
42 LocalMatrix[i][j] /= LocalMatrix[3][3];
64 RightHandSide[0] = LocalMatrix[0][3];
65 RightHandSide[1] = LocalMatrix[1][3];
66 RightHandSide[2] = LocalMatrix[2][3];
67 RightHandSide[3] = LocalMatrix[3][3];
79 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
80 LocalMatrix[3][3] = static_cast<T>(1);
89 Translation = vec<3, T, Q>(LocalMatrix[3]);
90 LocalMatrix[3] = vec<4, T, Q>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtx/
H A Dmatrix_decompose.inl32 mat<4, 4, T, P> LocalMatrix(ModelMatrix); local
40 LocalMatrix[i][j] /= LocalMatrix[3][3];
55 …if(LocalMatrix[0][3] != static_cast<T>(0) || LocalMatrix[1][3] != static_cast<T>(0) || LocalMatrix
59 RightHandSide[0] = LocalMatrix[0][3];
60 RightHandSide[1] = LocalMatrix[1][3];
61 RightHandSide[2] = LocalMatrix[2][3];
62 RightHandSide[3] = LocalMatrix[3][3];
74 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
75 LocalMatrix[3][3] = static_cast<T>(1);
85 LocalMatrix[3] = vec<4, T, P>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/devel/upp/upp/uppsrc/plugin/glm/gtx/
H A Dmatrix_decompose.inl34 mat<4, 4, T, Q> LocalMatrix(ModelMatrix); local
42 LocalMatrix[i][j] /= LocalMatrix[3][3];
64 RightHandSide[0] = LocalMatrix[0][3];
65 RightHandSide[1] = LocalMatrix[1][3];
66 RightHandSide[2] = LocalMatrix[2][3];
67 RightHandSide[3] = LocalMatrix[3][3];
79 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
80 LocalMatrix[3][3] = static_cast<T>(1);
89 Translation = vec<3, T, Q>(LocalMatrix[3]);
90 LocalMatrix[3] = vec<4, T, Q>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/math/glm/glm-0.9.9.8/glm/gtx/
H A Dmatrix_decompose.inl34 mat<4, 4, T, Q> LocalMatrix(ModelMatrix); local
42 LocalMatrix[i][j] /= LocalMatrix[3][3];
64 RightHandSide[0] = LocalMatrix[0][3];
65 RightHandSide[1] = LocalMatrix[1][3];
66 RightHandSide[2] = LocalMatrix[2][3];
67 RightHandSide[3] = LocalMatrix[3][3];
79 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
80 LocalMatrix[3][3] = static_cast<T>(1);
89 Translation = vec<3, T, Q>(LocalMatrix[3]);
90 LocalMatrix[3] = vec<4, T, Q>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/gtx/
H A Dmatrix_decompose.inl35 mat<4, 4, T, Q> LocalMatrix(ModelMatrix); local
43 LocalMatrix[i][j] /= LocalMatrix[3][3];
65 RightHandSide[0] = LocalMatrix[0][3];
66 RightHandSide[1] = LocalMatrix[1][3];
67 RightHandSide[2] = LocalMatrix[2][3];
68 RightHandSide[3] = LocalMatrix[3][3];
80 LocalMatrix[0][3] = LocalMatrix[1][3] = LocalMatrix[2][3] = static_cast<T>(0);
81 LocalMatrix[3][3] = static_cast<T>(1);
90 Translation = vec<3, T, Q>(LocalMatrix[3]);
91 LocalMatrix[3] = vec<4, T, Q>(0, 0, 0, LocalMatrix[3].w);
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/localoperator/
H A Dinterface.hh879 typename LocalMatrix>
883 LocalMatrix& mat) const in jacobian_volume()
903 typename LocalMatrix>
907 LocalMatrix& mat) const in jacobian_volume_post_skeleton()
944 typename LocalMatrix>
949 LocalMatrix& mat_ss, LocalMatrix& mat_sn, in jacobian_skeleton()
950 LocalMatrix& mat_ns, LocalMatrix& mat_nn) const in jacobian_skeleton()
974 typename LocalMatrix>
978 LocalMatrix& mat_ss) const in jacobian_boundary()
H A Dcombinedoperator.hh500 typename LocalMatrix>
504 LocalMatrix& mat) const in jacobian_volume()
515 typename LocalMatrix>
519 LocalMatrix& mat) const in jacobian_volume_post_skeleton()
530 typename LocalMatrix>
535 LocalMatrix& mat_ss, LocalMatrix& mat_sn, in jacobian_skeleton()
536 LocalMatrix& mat_ns, LocalMatrix& mat_nn) const in jacobian_skeleton()
550 typename LocalMatrix>
554 LocalMatrix& mat_ss) const in jacobian_boundary()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridoperator/common/
H A Dlocalmatrix.hh183 class LocalMatrix class
213 typedef WeightedMatrixAccumulationView<LocalMatrix> WeightedAccumulationView;
225 iterator(LocalMatrix& m, size_type i, size_type j) in iterator()
273 LocalMatrix* _m;
290 LocalMatrix () {} in LocalMatrix() function in Dune::PDELab::LocalMatrix
293 LocalMatrix (size_type r, size_type c) in LocalMatrix() function in Dune::PDELab::LocalMatrix
300 LocalMatrix (size_type r, size_type c, const T& t) in LocalMatrix() function in Dune::PDELab::LocalMatrix
315 LocalMatrix& operator=(const T& t) in operator =()
356 LocalMatrix& operator *= (const T& x) in operator *=()
461 Stream &operator<<(Stream &stream, const LocalMatrix<T,W> &m) {
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/1order/
H A Dlocalmassmatrix.hh326 template< class LocalMatrix >
338 template< class LocalMatrix >
396 template< class LocalMatrix >
427 template< class LocalMatrix >
506 template< class LocalMatrix >
534 template< class LocalMatrix >
610 template <class LocalMatrix>
638 template< class LocalMatrix >
694 template< class LocalMatrix >
982 template< class LocalMatrix >
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CurvedBndryPFEM/
H A DPoisson.f9075 CALL LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd )
93 CALL LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd )
119 CALL LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd )
133 CALL LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd )
145 SUBROUTINE LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd ) subroutine
183 END SUBROUTINE LocalMatrix
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/linear/
H A Dpetscoperator.hh154 class LocalMatrix;
160 typedef LocalMatrix LocalMatrixType;
168 typedef LocalMatrix ObjectType;
555 template <class LocalMatrix, class Operation, bool T>
608 template< class LocalMatrix >
619 template< class LocalMatrix, class Scalar >
630 template< class LocalMatrix >
641 template< class LocalMatrix >
791 typedef LocalMatrix ThisType;
828 LocalMatrix ( const PetscLinearOperatorType &petscLinOp, in LocalMatrix() function in Dune::Fem::PetscLinearOperator::LocalMatrix
[all …]
H A Dblockdiagonal.hh68 class LocalMatrix;
245 typedef typename OperatorType::LocalMatrix LocalMatrixType;
261 class BlockDiagonalLinearOperator< DiscreteFunctionSpace, LocalBlock >::LocalMatrix class in Dune::Fem::BlockDiagonalLinearOperator
264 typedef LocalMatrix ThisType;
303 explicit LocalMatrix ( OperatorType &op ) in LocalMatrix() function in Dune::Fem::BlockDiagonalLinearOperator::LocalMatrix
432 typedef LocalMatrix ObjectType;
H A Dhierarchical.hh134 template< class LocalMatrix >
135 …omainEntityType &domainEntity, const RangeEntityType &rangeEntity, const LocalMatrix &localMatrix ) in addLocalMatrix()
143 template< class LocalMatrix, class Scalar >
144 …ainEntityType &domainEntity, const RangeEntityType &rangeEntity, const LocalMatrix &localMatrix, c… in addScaledLocalMatrix()
152 template< class LocalMatrix >
153 …st DomainEntityType &domainEntity, const RangeEntityType &rangeEntity, LocalMatrix &localMatrix ) … in getLocalMatrix()
161 template< class LocalMatrix >
162 …omainEntityType &domainEntity, const RangeEntityType &rangeEntity, const LocalMatrix &localMatrix ) in setLocalMatrix()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Dspmatrix.hh411 class LocalMatrix;
439 typedef LocalMatrix<ThisType> ObjectType;
572 template< class LocalMatrix >
573 …t DomainEntityType &domainEntity, const RangeEntityType &rangeEntity, const LocalMatrix &localMat ) in addLocalMatrix()
583 template< class LocalMatrix, class Scalar >
594 template< class LocalMatrix >
605 template< class LocalMatrix >
723 … typedef typename SparseRowMatrixObjectType::template LocalMatrix< MatrixObject > LocalMatrixType;
737 class SparseRowMatrixObject< DomainSpace, RangeSpace, Matrix >::LocalMatrix class in Dune::Fem::SparseRowMatrixObject
772 LocalMatrix( const MatrixObjectType &matrixObject, in LocalMatrix() function in Dune::Fem::SparseRowMatrixObject::LocalMatrix
[all …]
H A Ddensematrix.hh239 class LocalMatrix;
364 typedef typename MatrixObject::LocalMatrix LocalMatrixType;
373 class DenseRowMatrixObject< DomainSpace, RangeSpace >::LocalMatrix class in Dune::Fem::DenseRowMatrixObject
378 typedef LocalMatrix ThisType;
390LocalMatrix ( MatrixType &matrix, const DomainSpaceType &domainSpace, const RangeSpaceType &rangeS… in LocalMatrix() function in Dune::Fem::DenseRowMatrixObject::LocalMatrix
397 LocalMatrix ( const ThisType & ) = delete;
494 typedef LocalMatrix ObjectType;
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CurvedBndryPFEM2/
H A DPoisson.f9077 CALL LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd )
90 CALL LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd )
102 SUBROUTINE LocalMatrix( STIFF, FORCE, LOAD, Element, n, nd ) subroutine
140 END SUBROUTINE LocalMatrix
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/1dtests/
H A DPoisson.f9077 CALL LocalMatrix( STIFF, FORCE, LOAD, Element, n )
91 SUBROUTINE LocalMatrix( STIFF, FORCE, LOAD, Element, n ) subroutine
129 END SUBROUTINE LocalMatrix
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCMS3DMeshFileLoader.cpp450 jnt->LocalMatrix.makeIdentity(); in load()
451 jnt->LocalMatrix.setRotationRadians( in load()
454 jnt->LocalMatrix[2]=-jnt->LocalMatrix[2]; in load()
455 jnt->LocalMatrix[6]=-jnt->LocalMatrix[6]; in load()
456 jnt->LocalMatrix[8]=-jnt->LocalMatrix[8]; in load()
457 jnt->LocalMatrix[9]=-jnt->LocalMatrix[9]; in load()
459 jnt->LocalMatrix.setTranslation( in load()
461 jnt->Animatedposition.set(jnt->LocalMatrix.getTranslation()); in load()
462 jnt->Animatedrotation.set(jnt->LocalMatrix.getRotationDegrees()); in load()
502 tmpMatrix=jnt->LocalMatrix*tmpMatrix; in load()
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DExportVertically.F90138 CALL LocalMatrix ( STIFF, FORCE, Element, n )
155 SUBROUTINE LocalMatrix( STIFF, FORCE, Element, n ) subroutine
189 END SUBROUTINE LocalMatrix argument

1234567