Home
last modified time | relevance | path

Searched refs:otherMat (Results 1 – 5 of 5) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Modeling/LinearAlgebra/
H A DAnyVec.h28 boost::any operator+(boost::any const& otherMat) const;
29 boost::any operator+(AnyVec const& otherMat) const;
31 boost::any operator-(boost::any const& otherMat) const;
32 boost::any operator-(AnyVec const& otherMat) const;
H A DAnyAlgebra2.h30 AnyMat operator*(AnyMat const& otherMat) const;
36 AnyMat operator+(AnyMat const& otherMat) const;
37 AnyMat operator-(AnyMat const& otherMat) const;
39 AnyMat& operator+=(AnyMat const& otherMat);
40 AnyMat& operator-=(AnyMat const& otherMat);
42 AnyMat operator=(AnyMat const& otherMat);
57 AnyMat Concatenate(AnyMat const& otherMat, int axis=-1) const;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Approximation/
H A DTemplatedArrayUtilities.h192 MatrixBlock& operator=(Eigen::DenseBase<Derived> const& otherMat)
194 assert(otherMat.rows()==numRows);
195 assert(otherMat.cols()==numCols);
201 matrix(startRow + i, startCol + j) = otherMat(i,j);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_xgsec.cpp1000 world_Material *otherMat = NULL; in XS_GetPlane() local
1297 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_CEILING_MATERIAL); in XS_GetPlane()
1303 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_CEILING_MATERIAL); in XS_GetPlane()
1309 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_CEILING_MATERIAL); in XS_GetPlane()
1315 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_FLOOR_MATERIAL); in XS_GetPlane()
1322 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_CEILING_MATERIAL); in XS_GetPlane()
1329 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_FLOOR_MATERIAL); in XS_GetPlane()
1336 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_CEILING_MATERIAL); in XS_GetPlane()
1343 otherMat = (world_Material *) P_GetPtrp(otherSec, DMU_FLOOR_MATERIAL); in XS_GetPlane()
1354 *mat = otherMat; in XS_GetPlane()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Ddedparser.cpp1464 de::Uri *otherMat = nullptr; in DENG2_PIMPL() local
1465 READURI(&otherMat, nullptr); in DENG2_PIMPL()
1468 idx = ded->getMaterialNum(*otherMat); in DENG2_PIMPL()
1477 << otherMat->asText() in DENG2_PIMPL()
1486 delete otherMat; in DENG2_PIMPL()