Java org.apache.commons.math3.linear FieldVector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.linear FieldVector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.linear FieldVector.

The text is from its open source code.

Method

FieldVectoradd(FieldVector v)
Compute the sum of this and v .
FieldVectorcopy()
Returns a (deep) copy of this.
intgetDimension()
Returns the size of the vector.
TgetEntry(int index)
Returns the entry in the specified index.
FieldVectormapMultiply(T d)
Map a multiplication operation to each entry.
FieldMatrixouterProduct(FieldVector v)
Compute the outer product.
voidsetEntry(int index, T value)
Set a single element.