Home
last modified time | relevance | path

Searched defs:outerProduct (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DFieldVector.java247 FieldMatrix<T> outerProduct(FieldVector<T> v) in outerProduct() method
256 FieldMatrix<T> outerProduct(T[] v) in outerProduct() method
DSparseFieldVector.java407 public FieldMatrix<T> outerProduct(SparseFieldVector<T> v) in outerProduct() method in SparseFieldVector
424 public FieldMatrix<T> outerProduct(T[] v) throws IllegalArgumentException { in outerProduct() method in SparseFieldVector
440 public FieldMatrix<T> outerProduct(FieldVector<T> v) in outerProduct() method in SparseFieldVector
DArrayFieldVector.java611 public FieldMatrix<T> outerProduct(FieldVector<T> v) in outerProduct() method in ArrayFieldVector
634 public FieldMatrix<T> outerProduct(ArrayFieldVector<T> v) in outerProduct() method in ArrayFieldVector
640 public FieldMatrix<T> outerProduct(T[] v) in outerProduct() method in ArrayFieldVector
DArrayRealVector.java939 public RealMatrix outerProduct(RealVector v) in outerProduct() method in ArrayRealVector
962 public RealMatrix outerProduct(ArrayRealVector v) in outerProduct() method in ArrayRealVector
969 public RealMatrix outerProduct(double[] v) in outerProduct() method in ArrayRealVector
DRealVector.java888 RealMatrix outerProduct(RealVector v); in outerProduct() method
897 RealMatrix outerProduct(double[] v); in outerProduct() method
DAbstractRealVector.java723 public RealMatrix outerProduct(RealVector v) throws IllegalArgumentException { in outerProduct() method in AbstractRealVector
746 public RealMatrix outerProduct(double[] v) throws IllegalArgumentException { in outerProduct() method in AbstractRealVector
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_matrix.inl433 …R typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduct(vecTypeA<T, P> … function
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_mat4.inl546 GLM_FUNC_QUALIFIER detail::fmat4x4SIMD outerProduct function
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp638 tcu::Matrix<T, Cols, Rows> outerProduct (const tcu::Vector<T, Cols>& a, const tcu::Vector<T, Rows>&… in outerProduct() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp633 tcu::Matrix<T, Cols, Rows> outerProduct (const tcu::Vector<T, Cols>& a, const tcu::Vector<T, Rows>&… in outerProduct() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3559 ExprP<Matrix<float, Rows, Cols> > outerProduct (const ExprP<Vector<float, Rows> >& left, in outerProduct() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12569 static tcu::Matrix<glw::GLdouble, Rows, Cols> outerProduct(const tcu::Vector<glw::GLdouble, Rows>& … in outerProduct() function
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3644 ExprP<Matrix<float, Rows, Cols> > outerProduct (const ExprP<Vector<float, Rows> >& left, in outerProduct() function