Home
last modified time | relevance | path

Searched refs:GetTranspose (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/wayland/
H A Dwayland_positioner.cc52 Range1D GetTranspose(int32_t offset) const { in GetTranspose() function
86 unslid = unslid.GetTranspose(work_size - unslid.end); in Calculate()
88 return unslid.GetTranspose(-unslid.start); in Calculate()
134 work_area.GetTranspose(shift), anchor_range.GetTranspose(shift), in DetermineBestConstraintAdjustment()
136 return {shifted_result.first.GetTranspose(-shift), shifted_result.second}; in DetermineBestConstraintAdjustment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/wayland/
H A Dwayland_positioner.cc153 Range1D GetTranspose(int32_t offset) const { in GetTranspose() function
187 unslid = unslid.GetTranspose(work_size - unslid.end); in Calculate()
189 return unslid.GetTranspose(-unslid.start); in Calculate()
235 work_area.GetTranspose(shift), anchor_range.GetTranspose(shift), in DetermineBestConstraintAdjustment()
237 return {shifted_result.first.GetTranspose(-shift), shifted_result.second}; in DetermineBestConstraintAdjustment()
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dsimple_dmatrix.cc58 column_page_.reset(new CSCPage(sparse_page_->GetTranspose(info_.num_col_))); in GetColumnBatches()
69 new SortedCSCPage(sparse_page_->GetTranspose(info_.num_col_))); in GetSortedColumnBatches()
H A Dsparse_page_source.h314 this->page_->PushCSC(csr->GetTranspose(n_features_)); in Fetch()
339 this->page_->PushCSC(csr->GetTranspose(n_features_)); in Fetch()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dsimple_dmatrix.cc58 column_page_.reset(new CSCPage(sparse_page_->GetTranspose(info_.num_col_))); in GetColumnBatches()
69 new SortedCSCPage(sparse_page_->GetTranspose(info_.num_col_))); in GetSortedColumnBatches()
H A Dsparse_page_source.h314 this->page_->PushCSC(csr->GetTranspose(n_features_)); in Fetch()
339 this->page_->PushCSC(csr->GetTranspose(n_features_)); in Fetch()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Transform/include/
H A DitkRigid3DTransform.hxx61 matrix.GetVnlMatrix() * matrix.GetTranspose(); in MatrixIsOrthogonal()
H A DitkRigid2DTransform.hxx82 matrix.GetVnlMatrix() * matrix.GetTranspose(); in SetMatrix()
H A DitkSimilarity2DTransform.hxx314 matrix.GetVnlMatrix() * matrix.GetTranspose(); in SetMatrix()
/dports/math/vtk9/VTK-9.1.0/Common/Transforms/
H A DvtkTransform2D.h141 void GetTranspose(vtkMatrix3x3* transpose);
H A DvtkTransform2D.cxx170 void vtkTransform2D::GetTranspose(vtkMatrix3x3* transpose) in GetTranspose() function in vtkTransform2D
/dports/math/vtk6/VTK-6.2.0/Common/Transforms/
H A DvtkTransform2D.h114 void GetTranspose(vtkMatrix3x3 *transpose);
/dports/math/vtk8/VTK-8.2.0/Common/Transforms/
H A DvtkTransform2D.h138 void GetTranspose(vtkMatrix3x3 *transpose);
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/
H A DskinningQuery.cpp426 .GetInverse().GetTranspose(); in ComputeSkinnedNormals()
432 geomBindXform.ExtractRotationMatrix().GetInverse().GetTranspose(); in ComputeSkinnedNormals()
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Dtransform.cpp86 _pivotOrientation = shearRotMat.GetTranspose().ExtractRotation(); in SetMatrix()
H A Dplane.cpp88 const GfMatrix4d adjoint = matrix.GetInverse().GetTranspose(); in Transform()
H A Dmatrix.template.cpp140 {{ MAT }}::GetTranspose() const
H A Dmatrix2f.cpp138 GfMatrix2f::GetTranspose() const in GetTranspose() function in GfMatrix2f
H A Dmatrix4.template.cpp532 GfMatrix4d b = a * a.GetTranspose();
565 *u = *r * sInv * r->GetTranspose() * a;
567 *u = {{ MAT }}(rTmp * sInv * rTmp.GetTranspose() * a);
H A Dmatrix2d.cpp138 GfMatrix2d::GetTranspose() const in GetTranspose() function in GfMatrix2d
H A Dmatrix2f.h259 GfMatrix2f GetTranspose() const;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkVariableSizeMatrix.h190 inline vnl_matrix< T > GetTranspose() const in GetTranspose() function
H A DitkMatrix.h259 inline vnl_matrix_fixed< T, NColumns, NRows > GetTranspose() const in GetTranspose() function
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_data.cc69 SparsePage tmp = batch.GetTranspose(ncols); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_data.cc69 SparsePage tmp = batch.GetTranspose(ncols); in TEST()

123