Package org.la4j.operation.ooplace
Class OoPlaceOuterProduct
- java.lang.Object
-
- org.la4j.operation.VectorVectorOperation<Matrix>
-
- org.la4j.operation.ooplace.OoPlaceOuterProduct
-
public class OoPlaceOuterProduct extends VectorVectorOperation<Matrix>
-
-
Constructor Summary
Constructors Constructor Description OoPlaceOuterProduct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrixapply(DenseVector a, DenseVector b)Matrixapply(DenseVector a, SparseVector b)Matrixapply(SparseVector a, DenseVector b)Matrixapply(SparseVector a, SparseVector b)-
Methods inherited from class org.la4j.operation.VectorVectorOperation
ensureApplicableTo, partiallyApply, partiallyApply
-
-
-
-
Method Detail
-
apply
public Matrix apply(SparseVector a, SparseVector b)
- Specified by:
applyin classVectorVectorOperation<Matrix>
-
apply
public Matrix apply(DenseVector a, DenseVector b)
- Specified by:
applyin classVectorVectorOperation<Matrix>
-
apply
public Matrix apply(DenseVector a, SparseVector b)
- Specified by:
applyin classVectorVectorOperation<Matrix>
-
apply
public Matrix apply(SparseVector a, DenseVector b)
- Specified by:
applyin classVectorVectorOperation<Matrix>
-
-