public class OoPlaceInnerProduct extends SymmetricVectorVectorOperation<Double>
Constructor and Description |
---|
OoPlaceInnerProduct() |
Modifier and Type | Method and Description |
---|---|
Double |
apply(DenseVector a,
DenseVector b) |
Double |
apply(SparseVector a,
SparseVector b) |
Double |
applySymmetric(DenseVector a,
SparseVector b) |
void |
ensureApplicableTo(Vector a,
Vector b) |
apply, apply
partiallyApply, partiallyApply
public Double apply(SparseVector a, SparseVector b)
apply
in class VectorVectorOperation<Double>
public Double applySymmetric(DenseVector a, SparseVector b)
applySymmetric
in class SymmetricVectorVectorOperation<Double>
public Double apply(DenseVector a, DenseVector b)
apply
in class VectorVectorOperation<Double>
public void ensureApplicableTo(Vector a, Vector b)
ensureApplicableTo
in class VectorVectorOperation<Double>
Copyright © 2015. All rights reserved.