Java org.apache.commons.math.linear OpenMapRealVector fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

OpenMapRealVector(int dimension)
Construct a (dimension)-length vector of zeros.
OpenMapRealVector(double[] values)
Create from a double array.
OpenMapRealVector(Double[] values)
Create from a Double array.
OpenMapRealVector(OpenMapRealVector v)
Copy constructor.
OpenMapRealVector(RealVector v)
Generic copy constructor.

Method