Visual Servoing Platform  version 3.2.0
vpColVector Class Reference

#include <vpColVector.h>

+ Inheritance diagram for vpColVector:

Public Member Functions

 vpColVector ()
 
 vpColVector (unsigned int n)
 
 vpColVector (unsigned int n, double val)
 
 vpColVector (const vpColVector &v)
 
 vpColVector (const vpColVector &v, unsigned int r, unsigned int nrows)
 
 vpColVector (const vpRotationVector &v)
 
 vpColVector (const vpPoseVector &p)
 
 vpColVector (const vpTranslationVector &t)
 
 vpColVector (const vpMatrix &M)
 
 vpColVector (const vpMatrix &M, unsigned int j)
 
 vpColVector (const std::vector< double > &v)
 
 vpColVector (const std::vector< float > &v)
 
 vpColVector (vpColVector &&v)
 
virtual ~vpColVector ()
 
void clear ()
 
std::ostream & cppPrint (std::ostream &os, const std::string &matrixName="A", bool octet=false) const
 
std::ostream & csvPrint (std::ostream &os) const
 
void deg2rad ()
 
double euclideanNorm () const
 
vpColVector extract (unsigned int r, unsigned int colsize) const
 
vpColVector hadamard (const vpColVector &v) const
 
double infinityNorm () const
 
void init (const vpColVector &v, unsigned int r, unsigned int nrows)
 
void insert (unsigned int i, const vpColVector &v)
 
void insert (const vpColVector &v, unsigned int i)
 
std::ostream & maplePrint (std::ostream &os) const
 
std::ostream & matlabPrint (std::ostream &os) const
 
vpColVectornormalize ()
 
vpColVectornormalize (vpColVector &x) const
 
double & operator[] (unsigned int n)
 
const double & operator[] (unsigned int n) const
 
vpColVectoroperator= (const vpColVector &v)
 
vpColVectoroperator= (const vpPoseVector &p)
 
vpColVectoroperator= (const vpRotationVector &rv)
 
vpColVectoroperator= (const vpTranslationVector &tv)
 
vpColVectoroperator= (const vpMatrix &M)
 
vpColVectoroperator= (const std::vector< double > &v)
 
vpColVectoroperator= (const std::vector< float > &v)
 
vpColVectoroperator= (double x)
 
vpColVectoroperator= (vpColVector &&v)
 
bool operator== (const vpColVector &v) const
 
bool operator!= (const vpColVector &v) const
 
double operator* (const vpColVector &x) const
 
vpMatrix operator* (const vpRowVector &v) const
 
vpColVector operator* (const double x) const
 
vpColVectoroperator*= (double x)
 
vpColVector operator/ (const double x) const
 
vpColVectoroperator/= (double x)
 
vpColVector operator+ (const vpColVector &v) const
 
vpTranslationVector operator+ (const vpTranslationVector &t) const
 
vpColVectoroperator+= (vpColVector v)
 
vpColVector operator- (const vpColVector &v) const
 
vpColVectoroperator-= (vpColVector v)
 
vpColVector operator- () const
 
vpColVectoroperator<< (const vpColVector &v)
 
vpColVectoroperator<< (double *)
 
int print (std::ostream &s, unsigned int length, char const *intro=0) const
 
void rad2deg ()
 
void reshape (vpMatrix &M, const unsigned int &nrows, const unsigned int &ncols)
 
vpMatrix reshape (const unsigned int &nrows, const unsigned int &ncols)
 
void resize (const unsigned int i, const bool flagNullify=true)
 
void resize (const unsigned int nrows, const unsigned int ncols, const bool flagNullify)
 
void stack (double d)
 
void stack (const vpColVector &v)
 
double sum () const
 
double sumSquare () const
 
vpRowVector t () const
 
std::vector< double > toStdVector ()
 
vpRowVector transpose () const
 
void transpose (vpRowVector &v) const
 
Inherited functionalities from vpArray2D
unsigned int getCols () const
 
double getMaxValue () const
 
double getMinValue () const
 
unsigned int getRows () const
 
unsigned int size () const
 
void resize (const unsigned int nrows, const unsigned int ncols, const bool flagNullify=true, const bool recopy_=true)
 
vpArray2D< double > hadamard (const vpArray2D< double > &m) const
 

Static Public Member Functions

static vpColVector cross (const vpColVector &a, const vpColVector &b)
 
static vpColVector crossProd (const vpColVector &a, const vpColVector &b)
 
static double dotProd (const vpColVector &a, const vpColVector &b)
 
static vpColVector invSort (const vpColVector &v)
 
static double median (const vpColVector &v)
 
static double mean (const vpColVector &v)
 
static vpMatrix skew (const vpColVector &v)
 
static vpColVector sort (const vpColVector &v)
 
static vpColVector stack (const vpColVector &A, const vpColVector &B)
 
static void stack (const vpColVector &A, const vpColVector &B, vpColVector &C)
 
static double stdev (const vpColVector &v, const bool useBesselCorrection=false)
 
Inherited I/O from vpArray2D with Static Public Member Functions
static bool load (const std::string &filename, vpArray2D< double > &A, const bool binary=false, char *header=NULL)
 
static bool loadYAML (const std::string &filename, vpArray2D< double > &A, char *header=NULL)
 
static bool save (const std::string &filename, const vpArray2D< double > &A, const bool binary=false, const char *header="")
 
static bool saveYAML (const std::string &filename, const vpArray2D< double > &A, const char *header="")
 

Public Attributes

double * data
 

Protected Attributes

unsigned int rowNum
 
unsigned int colNum
 
double ** rowPtrs
 
unsigned int dsize
 

Friends

class vpMatrix
 

Related Functions

(Note that these are not member functions.)

vpColVector operator* (const double &x, const vpColVector &v)
 
enum  vpGEMMmethod
 
void vpGEMM (const vpArray2D< double > &A, const vpArray2D< double > &B, const double &alpha, const vpArray2D< double > &C, const double &beta, vpArray2D< double > &D, const unsigned int &ops=0)
 

Deprecated functions

vp_deprecated void init ()
 
vp_deprecated vpColVector rows (unsigned int first_row, unsigned int last_row) const
 
vp_deprecated void setIdentity (const double &val=1.0)
 
vp_deprecated void stackMatrices (const vpColVector &r)
 
vp_deprecated void insert (const vpColVector &v, const unsigned int r, const unsigned int c=0)
 
static vp_deprecated vpColVector stackMatrices (const vpColVector &A, const vpColVector &B)
 
static vp_deprecated void stackMatrices (const vpColVector &A, const vpColVector &B, vpColVector &C)
 

Detailed Description

Implementation of column vector and the associated operations.

This class provides a data structure for a column vector that contains values of double. It contains also some functions to achieve a set of operations on these vectors.

The vpColVector class is derived from vpArray2D<double>.

Examples
calibrate-hand-eye.cpp, exponentialMap.cpp, frankaSavePosition.cpp, homographyHartleyDLT2DObject.cpp, homographyHLM2DObject.cpp, homographyHLM3DObject.cpp, homographyRansac2DObject.cpp, manServo4PointsDisplay.cpp, manServoMomentsSimple.cpp, manSimu4Dots.cpp, manSimu4Points.cpp, mbot-apriltag-2D-half-vs.cpp, mbot-apriltag-ibvs.cpp, mbot-apriltag-pbvs.cpp, mbtGenericTrackingDepth.cpp, mbtGenericTrackingDepthOnly.cpp, moveAfma4.cpp, moveBiclops.cpp, movePioneer.cpp, movePtu46.cpp, photometricVisualServoing.cpp, quadprog.cpp, quadprog_eq.cpp, servoAfma4Point2DArtVelocity.cpp, servoAfma4Point2DCamVelocity.cpp, servoAfma4Point2DCamVelocityKalman.cpp, servoAfma62DhalfCamVelocity.cpp, servoAfma6Cylinder2DCamVelocity.cpp, servoAfma6Cylinder2DCamVelocitySecondaryTask.cpp, servoAfma6Ellipse2DCamVelocity.cpp, servoAfma6FourPoints2DArtVelocity.cpp, servoAfma6FourPoints2DCamVelocityInteractionCurrent.cpp, servoAfma6FourPoints2DCamVelocityInteractionDesired.cpp, servoAfma6Line2DCamVelocity.cpp, servoAfma6Point2DArtVelocity.cpp, servoAfma6Point2DCamVelocity.cpp, servoAfma6Points2DCamVelocityEyeToHand.cpp, servoAfma6Segment2DCamVelocity.cpp, servoAfma6SquareLines2DCamVelocity.cpp, servoAfma6TwoLines2DCamVelocity.cpp, servoBiclopsPoint2DArtVelocity.cpp, servoFrankaPBVS.cpp, servoMomentImage.cpp, servoMomentPoints.cpp, servoMomentPolygon.cpp, servoPioneerPanSegment3D.cpp, servoPioneerPoint2DDepth.cpp, servoPioneerPoint2DDepthWithoutVpServo.cpp, servoPtu46Point2DArtVelocity.cpp, servoSimu3D_cdMc_CamVelocity.cpp, servoSimu3D_cdMc_CamVelocityWithoutVpServo.cpp, servoSimu3D_cMcd_CamVelocity.cpp, servoSimu3D_cMcd_CamVelocityWithoutVpServo.cpp, servoSimu4Points.cpp, servoSimuAfma6FourPoints2DCamVelocity.cpp, servoSimuCircle2DCamVelocity.cpp, servoSimuCircle2DCamVelocityDisplay.cpp, servoSimuCylinder.cpp, servoSimuCylinder2DCamVelocityDisplay.cpp, servoSimuCylinder2DCamVelocityDisplaySecondaryTask.cpp, servoSimuFourPoints2DCamVelocity.cpp, servoSimuFourPoints2DCamVelocityDisplay.cpp, servoSimuFourPoints2DPolarCamVelocityDisplay.cpp, servoSimuLine2DCamVelocityDisplay.cpp, servoSimuPoint2DCamVelocity1.cpp, servoSimuPoint2DCamVelocity2.cpp, servoSimuPoint2DCamVelocity3.cpp, servoSimuPoint2DhalfCamVelocity1.cpp, servoSimuPoint2DhalfCamVelocity2.cpp, servoSimuPoint2DhalfCamVelocity3.cpp, servoSimuPoint3DCamVelocity.cpp, servoSimuSphere.cpp, servoSimuSphere2DCamVelocity.cpp, servoSimuSphere2DCamVelocityDisplay.cpp, servoSimuSphere2DCamVelocityDisplaySecondaryTask.cpp, servoSimuSquareLine2DCamVelocityDisplay.cpp, servoSimuThetaUCamVelocity.cpp, servoSimuViper850FourPoints2DCamVelocity.cpp, servoViper650FourPoints2DArtVelocityInteractionCurrent.cpp, servoViper650FourPoints2DCamVelocityInteractionCurrent-SR300.cpp, servoViper650FourPoints2DCamVelocityInteractionCurrent.cpp, servoViper650Point2DCamVelocity.cpp, servoViper850FourPoints2DArtVelocityInteractionCurrent.cpp, servoViper850FourPoints2DArtVelocityInteractionDesired.cpp, servoViper850FourPoints2DCamVelocityInteractionCurrent.cpp, servoViper850FourPointsKinect.cpp, servoViper850Point2DArtVelocity-jointAvoidance-basic.cpp, servoViper850Point2DArtVelocity-jointAvoidance-gpa.cpp, servoViper850Point2DArtVelocity-jointAvoidance-large.cpp, servoViper850Point2DArtVelocity.cpp, servoViper850Point2DCamVelocity.cpp, servoViper850Point2DCamVelocityKalman.cpp, simulateCircle2DCamVelocity.cpp, simulateFourPoints2DCartesianCamVelocity.cpp, simulateFourPoints2DPolarCamVelocity.cpp, sonarPioneerReader.cpp, templateTracker.cpp, testArray2D.cpp, testColVector.cpp, testComedi.cpp, testDisplacement.cpp, testFeatureSegment.cpp, testForceTorqueAti.cpp, testFrankaCartVelocity-2.cpp, testFrankaCartVelocity-3.cpp, testFrankaCartVelocity.cpp, testFrankaGetPose.cpp, testFrankaJointPosition.cpp, testFrankaJointVelocity-2.cpp, testFrankaJointVelocity-3.cpp, testFrankaJointVelocity.cpp, testFrankaJointVelocityLimits.cpp, testGenericTracker.cpp, testGenericTrackerDepth.cpp, testImageFilter.cpp, testImageResize.cpp, testKalmanAcceleration.cpp, testKalmanVelocity.cpp, testMatrix.cpp, testRealSense2_D435.cpp, testRealSense2_SR300.cpp, testRobotAfma6Pose.cpp, testRobotViper650-frames.cpp, testRobotViper850-frames.cpp, testRobotViper850.cpp, testRobotViper850Pose.cpp, testThread2.cpp, testTukeyEstimator.cpp, testTwistMatrix.cpp, testViper650.cpp, testViper850.cpp, testVirtuose.cpp, testVirtuoseAfma6.cpp, testVirtuoseHapticBox.cpp, testVirtuoseJointLimits.cpp, testVirtuosePeriodicFunction.cpp, tutorial-homography-from-points.cpp, tutorial-ibvs-4pts-display.cpp, tutorial-ibvs-4pts-image-tracking.cpp, tutorial-ibvs-4pts-ogre-tracking.cpp, tutorial-ibvs-4pts-ogre.cpp, tutorial-ibvs-4pts-plotter-continuous-gain-adaptive.cpp, tutorial-ibvs-4pts-plotter-gain-adaptive.cpp, tutorial-ibvs-4pts-plotter.cpp, tutorial-ibvs-4pts-wireframe-camera.cpp, tutorial-ibvs-4pts-wireframe-robot-afma6.cpp, tutorial-ibvs-4pts-wireframe-robot-viper.cpp, tutorial-ibvs-4pts.cpp, tutorial-image-simulator.cpp, tutorial-pioneer-robot.cpp, tutorial-simu-pioneer-continuous-gain-adaptive.cpp, tutorial-simu-pioneer-continuous-gain-constant.cpp, tutorial-simu-pioneer-pan.cpp, tutorial-simu-pioneer.cpp, and tutorial-template-tracker.cpp.

Definition at line 71 of file vpColVector.h.

Constructor & Destructor Documentation

◆ vpColVector() [1/13]

vpColVector::vpColVector ( )
inline

Basic constructor that creates an empty 0-size column vector.

Definition at line 77 of file vpColVector.h.

◆ vpColVector() [2/13]

vpColVector::vpColVector ( unsigned int  n)
inlineexplicit

Construct a column vector of size n.

Warning
Elements are not initialized. If you want to set an initial value use vpColVector(unsigned int, double).

Definition at line 81 of file vpColVector.h.

◆ vpColVector() [3/13]

vpColVector::vpColVector ( unsigned int  n,
double  val 
)
inline

Construct a column vector of size n. Each element is set to val.

Definition at line 83 of file vpColVector.h.

◆ vpColVector() [4/13]

vpColVector::vpColVector ( const vpColVector v)
inline

Copy constructor that allows to construct a column vector from an other one.

Definition at line 86 of file vpColVector.h.

◆ vpColVector() [5/13]

vpColVector::vpColVector ( const vpColVector v,
unsigned int  r,
unsigned int  nrows 
)

Construct a column vector from a part of an input column vector v.

Parameters
v: Input column vector used for initialization.
r: row index in v that corresponds to the first element of the column vector to contruct.
nrows: Number of rows of the constructed column vector.

The sub-vector starting from v[r] element and ending on v[r+nrows-1] element is used to initialize the contructed column vector.

See also
init()

Definition at line 209 of file vpColVector.cpp.

◆ vpColVector() [6/13]

vpColVector::vpColVector ( const vpRotationVector v)

Constructor that initialize a column vector from a 3-dim (Euler or $\theta {\bf u}$) or 4-dim (quaternion) rotation vector.

Definition at line 266 of file vpColVector.cpp.

References vpArray2D< Type >::size().

◆ vpColVector() [7/13]

vpColVector::vpColVector ( const vpPoseVector p)

Constructor that initialize a column vector from a 6-dim pose vector.

Definition at line 272 of file vpColVector.cpp.

References vpArray2D< Type >::size().

◆ vpColVector() [8/13]

vpColVector::vpColVector ( const vpTranslationVector t)

Constructor that initialize a column vector from a 3-dim translation vector.

Definition at line 278 of file vpColVector.cpp.

References vpArray2D< Type >::size().

◆ vpColVector() [9/13]

vpColVector::vpColVector ( const vpMatrix M)

Constructor that creates a column vector from a m-by-1 matrix M.

Exceptions
vpException::dimensionErrorIf the matrix is not a m-by-1 matrix.

Definition at line 297 of file vpColVector.cpp.

◆ vpColVector() [10/13]

vpColVector::vpColVector ( const vpMatrix M,
unsigned int  j 
)

Constructor that take column j of matrix M.

Definition at line 285 of file vpColVector.cpp.

◆ vpColVector() [11/13]

vpColVector::vpColVector ( const std::vector< double > &  v)

Constructor that creates a column vector from a std vector of double.

Definition at line 311 of file vpColVector.cpp.

◆ vpColVector() [12/13]

vpColVector::vpColVector ( const std::vector< float > &  v)

Constructor that creates a column vector from a std vector of float.

Definition at line 319 of file vpColVector.cpp.

◆ vpColVector() [13/13]

◆ ~vpColVector()

virtual vpColVector::~vpColVector ( )
inlinevirtual

Destructor.

Definition at line 106 of file vpColVector.h.

Member Function Documentation

◆ clear()

void vpColVector::clear ( )
inline

Removes all elements from the vector (which are destroyed), leaving the container with a size of 0.

Examples
testColVector.cpp.

Definition at line 112 of file vpColVector.h.

Referenced by vpMbTracker::createCylinderBBox().

◆ cppPrint()

std::ostream & vpColVector::cppPrint ( std::ostream &  os,
const std::string &  matrixName = "A",
bool  octet = false 
) const

Print to be used as part of a C++ code later.

Parameters
os: the stream to be printed in.
matrixName: name of the column vector, "A" by default.
octet: if false, print using double, if true, print byte per byte each bytes of the double array.

The following code shows how to use this function:

#include <visp3/core/vpColVector.h>
int main()
{
for (unsigned int i=0; i<v.size(); i++)
v[i] = i;
v.cppPrint(std::cout, "v");
}

It produces the following output that could be copy/paste in a C++ code:

v[0] = 0;
v[1] = 1;
v[2] = 2;

Definition at line 1579 of file vpColVector.cpp.

◆ cross()

static vpColVector vpColVector::cross ( const vpColVector a,
const vpColVector b 
)
inlinestatic

Compute and return the cross product of two 3-dimension vectors: $a \times b$.

Parameters
a: 3-dimension column vector.
b: 3-dimension column vector.
Returns
The cross product $a \times b$.
Exceptions
vpException::dimensionErrorIf the vectors dimension is not equal to 3.

Definition at line 284 of file vpColVector.h.

◆ crossProd()

vpColVector vpColVector::crossProd ( const vpColVector a,
const vpColVector b 
)
static

Compute and return the cross product of two vectors $a \times b$.

Parameters
a: 3-dimension column vector.
b: 3-dimension column vector.
Returns
The cross product $a \times b$.
Exceptions
vpException::dimensionErrorIf the vectors dimension is not equal to 3.

Definition at line 1147 of file vpColVector.cpp.

Referenced by vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorPolygon(), and vpMbTracker::createCylinderBBox().

◆ csvPrint()

std::ostream & vpColVector::csvPrint ( std::ostream &  os) const

Print/save a column vector in csv format.

The following code

#include <visp3/core/vpColVector.h>
int main()
{
std::ofstream ofs("log.csv", std::ofstream::out);
for (unsigned int i=0; i<v.size(); i++)
v[i] = i;
v.csvPrint(ofs);
ofs.close();
}

produces log.csv file that contains:

0
1
2

Definition at line 1624 of file vpColVector.cpp.

◆ deg2rad()

void vpColVector::deg2rad ( )
inline

Convert a column vector containing angles in degrees into radians.

See also
rad2deg()

Definition at line 133 of file vpColVector.h.

◆ dotProd()

double vpColVector::dotProd ( const vpColVector a,
const vpColVector b 
)
static

Compute end return the dot product of two column vectors:

\[ a \cdot b = \sum_{i=0}^n a_i * b_i\]

where n is the dimension of both vectors.

Exceptions
vpException::dimensionErrorIf the vector dimension differ.

Definition at line 732 of file vpColVector.cpp.

Referenced by vpMbtFaceDepthNormal::computeNormalVisibility().

◆ euclideanNorm()

double vpColVector::euclideanNorm ( ) const

Compute and return the Euclidean norm $ ||x|| = \sqrt{ \sum{v_{i}^2}} $.

Returns
The Euclidean norm if the vector is initialized, 0 otherwise.

Definition at line 1482 of file vpColVector.cpp.

Referenced by vpServo::computeProjectionOperators(), vpMbTracker::createCylinderBBox(), and vpSimulatorAfma6::setPosition().

◆ extract()

vpColVector vpColVector::extract ( unsigned int  r,
unsigned int  colsize 
) const
inline

Extract a sub-column vector from a column vector.

Parameters
r: Index of the row corresponding to the first element of the vector to extract.
colsize: Size of the vector to extract.
Exceptions
vpException::fatalErrorIf the vector to extract is not contained in the original one.
for (unsigned int i=0; i<4; i++)
v1.stack(i);
// v1 is equal to [0 1 2 3]^T
vpColVector v2 = v1.extract(1, 3);
// v2 is equal to [1 2 3]^T
Examples
testColVector.cpp, and testForceTorqueAti.cpp.

Definition at line 157 of file vpColVector.h.

◆ getCols()

◆ getMaxValue()

double vpArray2D< double >::getMaxValue ( ) const
inherited

Return the array max value.

Examples
servoMomentImage.cpp, and testMatrix.cpp.

Definition at line 693 of file vpArray2D.h.

◆ getMinValue()

double vpArray2D< double >::getMinValue ( ) const
inherited

Return the array min value.

Examples
servoMomentImage.cpp, and testMatrix.cpp.

Definition at line 676 of file vpArray2D.h.

◆ getRows()

◆ hadamard() [1/2]

vpArray2D< double > vpArray2D< double >::hadamard ( const vpArray2D< double > &  m) const
inherited

Compute the Hadamard product (element wise matrix multiplication).

Parameters
m: Second matrix;
Returns
m1.hadamard(m2) The Hadamard product : $ m1 \circ m2 = (m1 \circ m2)_{i,j} = (m1)_{i,j} (m2)_{i,j} $

Definition at line 713 of file vpArray2D.h.

◆ hadamard() [2/2]

vpColVector vpColVector::hadamard ( const vpColVector v) const

Compute the Hadamard product (element wise vector multiplication).

Parameters
v: Second vector;
Returns
v1.hadamard(v2) The kronecker product : $ v1 \circ v2 = (v1 \circ v2)_{i} = (v1)_{i} (v2)_{i} $

Definition at line 1501 of file vpColVector.cpp.

◆ infinityNorm()

double vpColVector::infinityNorm ( ) const

Compute and return the infinity norm $ {||x||}_{\infty} = max\left({\mid x_{i} \mid}\right) $ with $i \in \{0, ..., m-1\}$ where m is the vector size and $x_i$ an element of the vector.

Returns
The infinity norm if the matrix is initialized, 0 otherwise.
See also
euclideanNorm()

Definition at line 1539 of file vpColVector.cpp.

◆ init() [1/2]

vp_deprecated void vpColVector::init ( )
inline
Deprecated:
Provided only for compat with previous releases. This function does nothing.

Definition at line 310 of file vpColVector.h.

◆ init() [2/2]

void vpColVector::init ( const vpColVector v,
unsigned int  r,
unsigned int  nrows 
)

Initialize the column vector from a part of an input column vector v.

Parameters
v: Input column vector used for initialization.
r: row index in v that corresponds to the first element of the column vector to contruct.
nrows: Number of rows of the constructed column vector.

The sub-vector starting from v[r] element and ending on v[r+nrows-1] element is used to initialize the contructed column vector.

The following code shows how to use this function:

#include <visp3/core/vpColVector.h>
int main()
{
int val = 0;
for(size_t i=0; i<v.getRows(); i++) {
v[i] = val++;
}
std::cout << "v: " << v.t() << std::endl;
w.init(v, 0, 2);
std::cout << "w: " << w.t() << std::endl;
}

It produces the following output:

v: 0 1 2 3
w: 1 2
Examples
testColVector.cpp.

Definition at line 251 of file vpColVector.cpp.

◆ insert() [1/3]

void vpColVector::insert ( const vpColVector v,
const unsigned int  r,
const unsigned int  c = 0 
)
Deprecated:
You should rather use insert(unsigned int, const vpColVector &).

Insert column vector v at the given position r in the current column vector.

Warning
Throw vpMatrixException::incorrectMatrixSizeError if the dimensions of the matrices do not allow the operation.
Parameters
v: The column vector to insert.
r: The index of the row to begin to insert data.
c: Not used.

Definition at line 1736 of file vpColVector.cpp.

◆ insert() [2/3]

void vpColVector::insert ( const vpColVector v,
unsigned int  i 
)

◆ insert() [3/3]

void vpColVector::insert ( unsigned int  i,
const vpColVector v 
)

Insert a column vector.

Parameters
i: Index of the first element to introduce. This index starts from 0.
v: Column vector to insert.

The following example shows how to use this function:

#include <visp3/core/vpColVector.h>
int main()
{
for (unsigned int i=0; i < v.size(); i++)
v[i] = i;
std::cout << "v: " << v.t() << std::endl;
for (unsigned int i=0; i < w.size(); i++)
w[i] = i+10;
std::cout << "w: " << w.t() << std::endl;
v.insert(1, w);
std::cout << "v: " << v.t() << std::endl;
}

It produces the following output:

v: 0 1 2 3
w: 10 11
v: 0 10 11 3
Examples
testColVector.cpp, and testVirtuoseAfma6.cpp.

Definition at line 1275 of file vpColVector.cpp.

Referenced by vpMbEdgeMultiTracker::computeVVS(), vpMbDepthDenseTracker::computeVVSInteractionMatrixAndResidu(), vpMbDepthNormalTracker::computeVVSInteractionMatrixAndResidu(), vpMbKltMultiTracker::computeVVSInteractionMatrixAndResidu(), vpMbEdgeMultiTracker::computeVVSInteractionMatrixAndResidu(), vpMbEdgeKltMultiTracker::computeVVSInteractionMatrixAndResidu(), vpMbGenericTracker::computeVVSInteractionMatrixAndResidu(), vpMbKltMultiTracker::computeVVSWeights(), vpMbEdgeMultiTracker::computeVVSWeights(), vpMbEdgeKltMultiTracker::computeVVSWeights(), vpMbGenericTracker::computeVVSWeights(), and vpMbEdgeTracker::computeVVSWeights().

◆ invSort()

vpColVector vpColVector::invSort ( const vpColVector v)
static

Return a column vector with elements of v that are reverse sorted with values going from greatest to lowest.

Example:

#include <visp/vpColVector.h>
int main()
{
vpColVector v(10);
v[0] = 5; v[1] = 7; v[2] = 4; v[3] = 2; v[4] = 8;
v[5] = 6; v[6] = 1; v[7] = 9; v[8] = 0; v[9] = 3;
std::cout << "v: " << v.t() << std::endl;
std::cout << "s: " << s.t() << std::endl;
}

Output:

v: 5 7 4 2 8 6 1 9 0 3
s: 9 8 7 6 5 4 3 2 1 0
See also
sort()

Definition at line 820 of file vpColVector.cpp.

◆ load()

static bool vpArray2D< double >::load ( const std::string &  filename,
vpArray2D< double > &  A,
const bool  binary = false,
char *  header = NULL 
)
inlinestaticinherited

Load a matrix from a file.

Parameters
filename: Absolute file name.
A: Array to be loaded
binary: If true the matrix is loaded from a binary file, else from a text file.
header: Header of the file is loaded in this parameter.
Returns
Returns true if success.
See also
save()

Definition at line 321 of file vpArray2D.h.

◆ loadYAML()

static bool vpArray2D< double >::loadYAML ( const std::string &  filename,
vpArray2D< double > &  A,
char *  header = NULL 
)
inlinestaticinherited

Load an array from a YAML-formatted file.

Parameters
filename: absolute file name.
A: array to be loaded from the file.
header: header of the file is loaded in this parameter.
Returns
Returns true on success.
See also
saveYAML()
Examples
servoFrankaPBVS.cpp, and tutorial-hand-eye-calibration.cpp.

Definition at line 433 of file vpArray2D.h.

◆ maplePrint()

std::ostream & vpColVector::maplePrint ( std::ostream &  os) const

Print using Maple syntax, to copy/paste in Maple later.

The following code

#include <visp3/core/vpColVector.h>
int main()
{
for (unsigned int i=0; i<v.size(); i++)
v[i] = i;
std::cout << "v = "; v.maplePrint(std::cout);
}

produces this output:

v = ([
[0, ],
[1, ],
[2, ],
])

that could be copy/paste in Maple.

Definition at line 1659 of file vpColVector.cpp.

◆ matlabPrint()

std::ostream & vpColVector::matlabPrint ( std::ostream &  os) const

Print using Matlab syntax, to copy/paste in Matlab later.

The following code

#include <visp3/core/vpColVector.h>
int main()
{
for (unsigned int i=0; i<v.size(); i++)
v[i] = i;
std::cout << "v = "; v.matlabPrint(std::cout);
}

produces this output:

v = [ 0, ;
1, ;
2, ]

that could be copy/paste in Matlab:

>> v = [ 0, ;
1, ;
2, ]
v =
0
1
2
>>

Definition at line 1707 of file vpColVector.cpp.

◆ mean()

double vpColVector::mean ( const vpColVector v)
static

Compute the mean value of all the elements of the vector.

Examples
testColVector.cpp.

Definition at line 1016 of file vpColVector.cpp.

◆ median()

double vpColVector::median ( const vpColVector v)
static

Compute the median value of all the elements of the vector.

Examples
testColVector.cpp.

Definition at line 1036 of file vpColVector.cpp.

◆ normalize() [1/2]

vpColVector & vpColVector::normalize ( )

◆ normalize() [2/2]

vpColVector & vpColVector::normalize ( vpColVector x) const

Normalise the vector:

\[ {\bf x}_i = \frac{{\bf x}_i}{\sqrt{\sum_{i=1}^{n}x^2_i}} \]

Definition at line 765 of file vpColVector.cpp.

◆ operator!=()

bool vpColVector::operator!= ( const vpColVector v) const

Definition at line 688 of file vpColVector.cpp.

◆ operator*() [1/3]

vpColVector vpColVector::operator* ( const double  x) const

Operator that allows to multiply each element of a column vector by a scalar.

Parameters
x: The scalar.
Returns
The column vector multiplied by the scalar. The current column vector (*this) is unchanged.
v[0] = 1;
v[1] = 2;
v[2] = 3;
vpColVector w = v * 3;
// v is unchanged
// w is now equal to : [3, 6, 9]

Definition at line 386 of file vpColVector.cpp.

◆ operator*() [2/3]

double vpColVector::operator* ( const vpColVector v) const

Operator that performs the dot product between two column vectors.

Exceptions
vpException::dimensionErrorIf the vector dimension differ.
See also
dotProd()

Definition at line 145 of file vpColVector.cpp.

◆ operator*() [3/3]

vpMatrix vpColVector::operator* ( const vpRowVector v) const

Multiply a column vector by a row vector.

Parameters
v: Row vector.
Returns
The resulting matrix.

Definition at line 169 of file vpColVector.cpp.

◆ operator*=()

vpColVector & vpColVector::operator*= ( double  x)

Operator that allows to multiply each element of a column vector by a scalar.

Parameters
x: The scalar.
Returns
The column vector multiplied by the scalar.
v[0] = 1;
v[1] = 2;
v[2] = 3;
v *= 3;
// v is now equal to : [3, 6, 9]

Definition at line 416 of file vpColVector.cpp.

◆ operator+() [1/2]

vpColVector vpColVector::operator+ ( const vpColVector v) const

Operator that allows to add two column vectors.

Definition at line 66 of file vpColVector.cpp.

◆ operator+() [2/2]

vpTranslationVector vpColVector::operator+ ( const vpTranslationVector t) const

Operator that allows to add a column vector to a translation vector.

Parameters
t: 3-dimension translation vector to add.
Returns
The sum of the current columnn vector (*this) and the translation vector to add.
v[0] = 4;
v[1] = 5;
v[2] = 6;
t2 = v + t1;
// t1 and v leave unchanged
// t2 is now equal to : 5, 7, 9

Definition at line 99 of file vpColVector.cpp.

◆ operator+=()

vpColVector & vpColVector::operator+= ( vpColVector  v)

Operator that allows to add two column vectors.

Definition at line 114 of file vpColVector.cpp.

◆ operator-() [1/2]

vpColVector vpColVector::operator- ( ) const

Operator that allows to negate all the column vector elements.

vpColVector r(3, 1);
// r contains [1 1 1]^T
vpColVector v = -r;
// v contains [-1 -1 -1]^T

Definition at line 352 of file vpColVector.cpp.

◆ operator-() [2/2]

vpColVector vpColVector::operator- ( const vpColVector v) const

operator substraction of two vectors V = A-v

Definition at line 181 of file vpColVector.cpp.

◆ operator-=()

vpColVector & vpColVector::operator-= ( vpColVector  v)

Operator that allows to substract two column vectors.

Definition at line 126 of file vpColVector.cpp.

◆ operator/()

vpColVector vpColVector::operator/ ( const double  x) const

Operator that allows to divide each element of a column vector by a scalar.

Parameters
x: The scalar.
Returns
The column vector divided by the scalar. The current column vector (*this) is unchanged.
v[0] = 8;
v[1] = 4;
v[2] = 2;
vpColVector w = v / 2;
// v is unchanged
// w is now equal to : [4, 2, 1]

Definition at line 466 of file vpColVector.cpp.

◆ operator/=()

vpColVector & vpColVector::operator/= ( double  x)

Operator that allows to divide each element of a column vector by a scalar.

Parameters
x: The scalar.
Returns
The column vector divided by the scalar.
v[0] = 8;
v[1] = 4;
v[2] = 2;
v /= 2;
// v is now equal to : [4, 2, 1]

Definition at line 440 of file vpColVector.cpp.

◆ operator<<() [1/2]

vpColVector & vpColVector::operator<< ( const vpColVector v)

Copy operator. Allows operation such as A << v

#include <visp3/core/vpColVector.h>
int main()
{
vpColVector A, B(5);
for (unsigned int i=0; i<B.size(); i++)
B[i] = i;
A << B;
std::cout << "A: " << A.t() << std::endl;
}

In column vector A we get:

A: 0 1 2 3 4

Definition at line 588 of file vpColVector.cpp.

◆ operator<<() [2/2]

vpColVector & vpColVector::operator<< ( double *  x)

Assigment operator. Allow operation such as A = *v

The following example shows how to use this operator.

#include <visp3/core/vpColVector.h>
int main()
{
size_t n = 5;
double *B = new double [n];
for (unsigned int i = 0; i < n; i++)
B[i] = i;
A << B;
std::cout << "A: " << A.t() << std::endl;
delete [] B;
}

It produces the following output:

A: 0 1 2 3 4

Definition at line 618 of file vpColVector.cpp.

◆ operator=() [1/9]

vpColVector & vpColVector::operator= ( const std::vector< double > &  v)

Initialize a row vector from a standard vector of double.

Definition at line 499 of file vpColVector.cpp.

◆ operator=() [2/9]

vpColVector & vpColVector::operator= ( const std::vector< float > &  v)

Initialize a row vector from a standard vector of double.

Definition at line 509 of file vpColVector.cpp.

◆ operator=() [3/9]

vpColVector & vpColVector::operator= ( const vpColVector v)

Copy operator. Allow operation such as A = v.

Definition at line 517 of file vpColVector.cpp.

References vpArray2D< double >::data, vpArray2D< Type >::data, resize(), vpArray2D< Type >::rowNum, and vpArray2D< double >::rowNum.

◆ operator=() [4/9]

vpColVector & vpColVector::operator= ( const vpMatrix M)

Transform a m-by-1 matrix into a column vector.

Warning
Handled with care; M should be a 1 column matrix.
Exceptions
vpException::dimensionErrorIf the matrix has more than 1 column.

Definition at line 483 of file vpColVector.cpp.

◆ operator=() [5/9]

vpColVector & vpColVector::operator= ( const vpPoseVector p)

Operator that allows to convert a pose vector into a column vector.

Definition at line 557 of file vpColVector.cpp.

◆ operator=() [6/9]

vpColVector & vpColVector::operator= ( const vpRotationVector rv)

Operator that allows to convert a rotation vector into a column vector.

Definition at line 544 of file vpColVector.cpp.

◆ operator=() [7/9]

vpColVector & vpColVector::operator= ( const vpTranslationVector tv)

Operator that allows to convert a translation vector into a column vector.

Definition at line 531 of file vpColVector.cpp.

◆ operator=() [8/9]

vpColVector & vpColVector::operator= ( double  x)

Set each element of the column vector to x.

Definition at line 629 of file vpColVector.cpp.

◆ operator=() [9/9]

◆ operator==()

bool vpColVector::operator== ( const vpColVector v) const

◆ operator[]() [1/2]

double& vpColVector::operator[] ( unsigned int  n)
inline

Operator that allows to set a value of an element $v_i$: v[i] = x.

Definition at line 183 of file vpColVector.h.

◆ operator[]() [2/2]

const double& vpColVector::operator[] ( unsigned int  n) const
inline

Operator that allows to get the value of an element $v_i$: x = v[i].

Definition at line 185 of file vpColVector.h.

◆ print()

int vpColVector::print ( std::ostream &  s,
unsigned int  length,
char const *  intro = 0 
) const

Pretty print a column vector. The data are tabulated. The common widths before and after the decimal point are set with respect to the parameter maxlen.

Parameters
sStream used for the printing.
lengthThe suggested width of each vector element. The actual width grows in order to accomodate the whole integral part, and shrinks if the whole extent is not needed for all the numbers.
introThe introduction which is printed before the vector. Can be set to zero (or omitted), in which case the introduction is not printed.
Returns
Returns the common total width for all vector elements.
See also
std::ostream &operator<<(std::ostream &s, const vpArray2D<Type> &A)
Examples
testColVector.cpp, and testTwistMatrix.cpp.

Definition at line 1304 of file vpColVector.cpp.

◆ rad2deg()

void vpColVector::rad2deg ( )
inline

Convert a column vector containing angles in radians into degrees.

See also
deg2rad()

Definition at line 227 of file vpColVector.h.

◆ reshape() [1/2]

vpMatrix vpColVector::reshape ( const unsigned int &  nrows,
const unsigned int &  ncols 
)

Reshape the column vector in a matrix.

Parameters
nrows: number of rows of the matrix
ncols: number of columns of the matrix
Returns
The reshaped matrix.
See also
reshape(vpMatrix &, const unsigned int &, const unsigned int &)

Definition at line 1167 of file vpColVector.cpp.

◆ reshape() [2/2]

void vpColVector::reshape ( vpMatrix M,
const unsigned int &  nrows,
const unsigned int &  ncols 
)

Reshape the column vector in a matrix.

Parameters
M: the reshaped matrix.
nrows: number of rows of the matrix.
ncols: number of columns of the matrix.
Exceptions
vpException::dimensionErrorIf the matrix and the column vector have not the same size.

The following example shows how to use this method.

#include <visp/vpColVector.h>
int main()
{
int var=0;
vpMatrix mat(3, 4);
for (int i = 0; i < 3; i++)
for (int j = 0; j < 4; j++)
mat[i][j] = ++var;
std::cout << "mat: \n" << mat << std::endl;
vpColVector col = mat.stackColumns();
std::cout << "column vector: \n" << col << std::endl;
vpMatrix remat = col.reshape(3, 4);
std::cout << "remat: \n" << remat << std::endl;
}

If you run the previous example, you get:

mat:
1 2 3 4
5 6 7 8
9 10 11 12
column vector:
1
5
9
2
6
10
3
7
11
4
8
12
remat:
1 2 3 4
5 6 7 8
9 10 11 12

Definition at line 1229 of file vpColVector.cpp.

◆ resize() [1/3]

void vpColVector::resize ( const unsigned int  i,
const bool  flagNullify = true 
)
inline

Modify the size of the column vector.

Parameters
i: Size of the vector. This value corresponds to the vector number of rows.
flagNullify: If true, set the data to zero.
Exceptions
vpException::fatalErrorWhen ncols is not equal to 1.
Examples
servoAfma4Point2DCamVelocityKalman.cpp, servoViper850Point2DCamVelocityKalman.cpp, testColVector.cpp, testMatrix.cpp, and testThread2.cpp.

Definition at line 243 of file vpColVector.h.

Referenced by vpMbtFaceDepthNormal::computeDesiredFeaturesPCL(), vpMbtFaceDepthNormal::computeDesiredFeaturesSVD(), vpMbtFaceDepthNormal::computeInteractionMatrix(), vpMbtFaceDepthNormal::computeNormalVisibility(), vpMbDepthDenseTracker::computeVVSInit(), vpMbDepthNormalTracker::computeVVSInit(), vpMbKltMultiTracker::computeVVSInit(), vpMbEdgeMultiTracker::computeVVSInit(), vpMbEdgeKltMultiTracker::computeVVSInit(), vpMbGenericTracker::computeVVSInit(), vpMbKltTracker::computeVVSInit(), vpMbEdgeTracker::computeVVSInit(), vpMbtFaceDepthNormal::estimateFeatures(), vpMbtFaceDepthNormal::estimatePlaneEquationSVD(), vpSimulatorAfma6::getDisplacement(), vpSimulatorCamera::getPosition(), vpRobotCamera::getPosition(), vpSimulatorPioneer::getPosition(), vpSimulatorPioneerPan::getPosition(), vpSimulatorAfma6::getPosition(), vpSimulatorAfma6::getVelocity(), vpCircle::init(), vpSphere::init(), vpMeTracker::init(), vpFeatureVanishingPoint::init(), vpFeatureEllipse::init(), vpFeatureLuminance::init(), vpCylinder::init(), vpSimulatorAfma6::init(), vpTemplateTrackerMIESM::initCompInverse(), vpTemplateTrackerZNCCInverseCompositional::initHessienDesired(), vpMbEdgeKltMultiTracker::initMbtTracking(), operator=(), vpSimulatorAfma6::readPosFile(), vpMbEdgeKltTracker::trackFirstLoop(), vpRobotWireFrameSimulator::vpRobotWireFrameSimulator(), vpTemplateTracker::vpTemplateTracker(), vpTemplateTrackerMI::vpTemplateTrackerMI(), vpTemplateTrackerSSD::vpTemplateTrackerSSD(), vpTemplateTrackerSSDESM::vpTemplateTrackerSSDESM(), and vpTemplateTrackerZNCC::vpTemplateTrackerZNCC().

◆ resize() [2/3]

void vpColVector::resize ( const unsigned int  nrows,
const unsigned int  ncols,
const bool  flagNullify 
)
inline

Resize the column vector to a nrows-dimension vector. This function can only be used with ncols = 1.

Parameters
nrows: Vector number of rows. This value corresponds to the size of the vector.
ncols: Vector number of columns. This value should be set to 1.
flagNullify: If true, set the data to zero.
Exceptions
vpException::fatalErrorWhen ncols is not equal to 1.

Definition at line 254 of file vpColVector.h.

◆ resize() [3/3]

void vpArray2D< double >::resize ( const unsigned int  nrows,
const unsigned int  ncols,
const bool  flagNullify = true,
const bool  recopy_ = true 
)
inlineinherited

Set the size of the array and initialize all the values to zero.

Parameters
nrows: number of rows.
ncols: number of column.
flagNullify: if true, then the array is re-initialized to 0 after resize. If false, the initial values from the common part of the array (common part between old and new version of the array) are kept. Default value is true.
recopy_: if true, will perform an explicit recopy of the old data if needed and if flagNullify is set to false.
Examples
testArray2D.cpp, testMatrix.cpp, testMatrixDeterminant.cpp, testMatrixInverse.cpp, testMatrixPseudoInverse.cpp, and testSvd.cpp.

Definition at line 170 of file vpArray2D.h.

◆ rows()

vp_deprecated vpColVector vpColVector::rows ( unsigned int  first_row,
unsigned int  last_row 
) const
inline
Deprecated:
You should rather use extract().

Definition at line 314 of file vpColVector.h.

◆ save()

static bool vpArray2D< double >::save ( const std::string &  filename,
const vpArray2D< double > &  A,
const bool  binary = false,
const char *  header = "" 
)
inlinestaticinherited

Save a matrix to a file.

Parameters
filename: Absolute file name.
A: Array to be saved.
binary: If true the matrix is saved in a binary file, else a text file.
header: Optional line that will be saved at the beginning of the file.
Returns
Returns true if success.

Warning : If you save the matrix as in a text file the precision is less than if you save it in a binary file.

See also
load()

Definition at line 518 of file vpArray2D.h.

◆ saveYAML()

static bool vpArray2D< double >::saveYAML ( const std::string &  filename,
const vpArray2D< double > &  A,
const char *  header = "" 
)
inlinestaticinherited

Save an array in a YAML-formatted file.

Parameters
filename: absolute file name.
A: array to be saved in the file.
header: optional lines that will be saved at the beginning of the file. Should be YAML-formatted and will adapt to the indentation if any.
Returns
Returns true if success.

Here is an example of outputs.

vpArray2D::saveYAML("matrix.yml", M, "example: a YAML-formatted header");
vpArray2D::saveYAML("matrixIndent.yml", M, "example:\n - a YAML-formatted
header\n - with inner indentation");

Content of matrix.yml:

example: a YAML-formatted header
rows: 3
cols: 4
- [0, 0, 0, 0]
- [0, 0, 0, 0]
- [0, 0, 0, 0]

Content of matrixIndent.yml:

example:
- a YAML-formatted header
- with inner indentation
rows: 3
cols: 4
- [0, 0, 0, 0]
- [0, 0, 0, 0]
- [0, 0, 0, 0]
See also
loadYAML()
Examples
tutorial-franka-acquire-calib-data.cpp, and tutorial-hand-eye-calibration.cpp.

Definition at line 611 of file vpArray2D.h.

◆ setIdentity()

vp_deprecated void vpColVector::setIdentity ( const double &  val = 1.0)
Deprecated:
You should rather use eye()

◆ size()

◆ skew()

vpMatrix vpColVector::skew ( const vpColVector v)
static

Compute the skew symmetric matrix $[{\bf v}]_\times$ of vector v.

\[ \mbox{if} \quad {\bf V} = \left( \begin{array}{c} x \\ y \\ z \end{array}\right), \quad \mbox{then} \qquad [{\bf v}]_\times = \left( \begin{array}{ccc} 0 & -z & y \\ z & 0 & -x \\ -y & x & 0 \end{array}\right) \]

Parameters
v: Input vector used to compute the skew symmetric matrix.
Examples
servoSimu3D_cMcd_CamVelocityWithoutVpServo.cpp, and testVirtuoseHapticBox.cpp.

Definition at line 1115 of file vpColVector.cpp.

◆ sort()

vpColVector vpColVector::sort ( const vpColVector v)
static

Return a column vector with elements of v that are sorted with values going from lowest to geatest.

Example:

#include <visp/vpColVector.h>
int main()
{
vpColVector v(10);
v[0] = 5; v[1] = 7; v[2] = 4; v[3] = 2; v[4] = 8;
v[5] = 6; v[6] = 1; v[7] = 9; v[8] = 0; v[9] = 3;
std::cout << "v: " << v.t() << std::endl;
std::cout << "s: " << s.t() << std::endl;
}

Output:

v: 5 7 4 2 8 6 1 9 0 3
s: 0 1 2 3 4 5 6 7 8 9
See also
invSort()

Definition at line 872 of file vpColVector.cpp.

◆ stack() [1/4]

vpColVector vpColVector::stack ( const vpColVector A,
const vpColVector B 
)
static

Stack column vectors.

Parameters
A: Initial vector.
B: Vector to stack at the end of A.
Returns
Stacked vector $[A B]^T$.
C = vpColVector::stack(A, B); // C = [A B]T
// C is now an 8 dimension column vector
See also
stack(const vpColVector &)
stack(const vpColVector &, const vpColVector &, vpColVector &)

Definition at line 958 of file vpColVector.cpp.

◆ stack() [2/4]

void vpColVector::stack ( const vpColVector A,
const vpColVector B,
vpColVector C 
)
static

Stack column vectors.

Parameters
A: Initial vector.
B: Vector to stack at the end of A.
C: Resulting stacked vector $C = [A B]^T$.
vpColVector::stack(A, B, C); // C = [A B]T
// C is now an 8 dimension column vector
See also
stack(const vpColVector &)
stack(const vpColVector &, const vpColVector &)

Definition at line 983 of file vpColVector.cpp.

◆ stack() [3/4]

void vpColVector::stack ( const vpColVector v)

Stack column vectors.

Parameters
v: Vector to stack to the existing one.
vpColVector v1(3, 1);
// v1 is equal to [1 1 1]^T
vpColVector v2(2, 3);
// v2 is equal to [3 3]^T
v1.stack(v2);
// v1 is equal to [1 1 1 3 3]^T
See also
stack(const vpColVector &, const double &)
stack(const vpColVector &, const vpColVector &)
stack(const vpColVector &, const vpColVector &, vpColVector &)

Definition at line 938 of file vpColVector.cpp.

◆ stack() [4/4]

void vpColVector::stack ( double  d)

Stack column vector with a new element at the end of the vector.

Parameters
d: Element to stack to the existing vector.
vpColVector v(3, 1);
// v is equal to [1 1 1]^T
v.stack(-2);
// v is equal to [1 1 1 -2]^T
See also
stack(const vpColVector &, const vpColVector &)
stack(const vpColVector &, const vpColVector &, vpColVector &)
Examples
testColVector.cpp.

Definition at line 913 of file vpColVector.cpp.

Referenced by vpFeatureMomentAlpha::error(), vpMbEdgeKltMultiTracker::initMbtTracking(), and vpMatrix::stackMatrices().

◆ stackMatrices() [1/3]

static vp_deprecated vpColVector vpColVector::stackMatrices ( const vpColVector A,
const vpColVector B 
)
inlinestatic
Deprecated:
You should rather use stack(const vpColVector &A, const vpColVector &B)

Definition at line 330 of file vpColVector.h.

◆ stackMatrices() [2/3]

static vp_deprecated void vpColVector::stackMatrices ( const vpColVector A,
const vpColVector B,
vpColVector C 
)
inlinestatic
Deprecated:
You should rather use stack(const vpColVector &A, const vpColVector &B, vpColVector &C)

Definition at line 335 of file vpColVector.h.

◆ stackMatrices() [3/3]

vp_deprecated void vpColVector::stackMatrices ( const vpColVector r)
inline
Deprecated:
You should rather use stack(const vpColVector &)

Definition at line 325 of file vpColVector.h.

◆ stdev()

double vpColVector::stdev ( const vpColVector v,
const bool  useBesselCorrection = false 
)
static

Compute the standard deviation value of all the elements of the vector.

Examples
testColVector.cpp.

Definition at line 1050 of file vpColVector.cpp.

◆ sum()

double vpColVector::sum ( ) const

Return the sum of all the elements $v_{i}$ of the column vector v(m).

Returns
The value

\[\sum{i=0}^{m} v_i\]

.
Examples
testColVector.cpp, and testThread2.cpp.

Definition at line 1393 of file vpColVector.cpp.

◆ sumSquare()

◆ t()

vpRowVector vpColVector::t ( ) const

◆ toStdVector()

std::vector< double > vpColVector::toStdVector ( )

Converts the vpColVector to a std::vector.

Returns
The corresponding std::vector<double>.
Examples
testColVector.cpp.

Definition at line 642 of file vpColVector.cpp.

◆ transpose() [1/2]

vpRowVector vpColVector::transpose ( ) const

Transpose the column vector. The resulting vector becomes a row vector.

See also
t()

Definition at line 706 of file vpColVector.cpp.

◆ transpose() [2/2]

void vpColVector::transpose ( vpRowVector v) const

Transpose the column vector. The resulting vector v becomes a row vector.

See also
t()

Definition at line 712 of file vpColVector.cpp.

Friends And Related Function Documentation

◆ operator*()

vpColVector operator* ( const double &  x,
const vpColVector v 
)
related

Allows to multiply a scalar by a column vector.

Definition at line 718 of file vpColVector.cpp.

◆ vpGEMM()

void vpGEMM ( const vpArray2D< double > &  A,
const vpArray2D< double > &  B,
const double &  alpha,
const vpArray2D< double > &  C,
const double &  beta,
vpArray2D< double > &  D,
const unsigned int &  ops = 0 
)
related

This function performs generalized matrix multiplication: D = alpha*op(A)*op(B) + beta*op(C), where op(X) is X or X^T. Operation on A, B and C matrices is described by enumeration vpGEMMmethod().

For example, to compute D = alpha*A^T*B^T+beta*C we need to call :

vpGEMM(A, B, alpha, C, beta, D, VP_GEMM_A_T + VP_GEMM_B_T);

If C is not used, vpGEMM must be called using an empty array null. Thus to compute D = alpha*A^T*B, we have to call:

vpGEMM(A, B, alpha, null, 0, D, VP_GEMM_B_T);
Exceptions
vpException::incorrectMatrixSizeErrorif the sizes of the matrices do not allow the operations.
Parameters
A: An array that could be a vpMatrix.
B: An array that could be a vpMatrix.
alpha: A scalar.
C: An array that could be a vpMatrix.
beta: A scalar.
D: The resulting array that could be a vpMatrix.
ops: A scalar describing operation applied on the matrices. Possible values are the one defined in vpGEMMmethod(): VP_GEMM_A_T, VP_GEMM_B_T, VP_GEMM_C_T.

Definition at line 392 of file vpGEMM.h.

◆ vpGEMMmethod

enum vpGEMMmethod
related

Enumeration of the operations applied on matrices in vpGEMM() function.

Operations are :

  • VP_GEMM_A_T to use the transpose matrix of A instead of the matrix A
  • VP_GEMM_B_T to use the transpose matrix of B instead of the matrix B
  • VP_GEMM_C_T to use the transpose matrix of C instead of the matrix C

Definition at line 56 of file vpGEMM.h.

◆ vpMatrix

friend class vpMatrix
friend

Definition at line 73 of file vpColVector.h.

Member Data Documentation

◆ colNum

unsigned int vpArray2D< double >::colNum
protectedinherited

Number of columns in the array.

Definition at line 75 of file vpArray2D.h.

◆ data

double * vpArray2D< double >::data
inherited

Address of the first element of the data array.

Examples
testDisplacement.cpp, testMatrix.cpp, testPoseVector.cpp, testTranslationVector.cpp, and tutorial-matlab.cpp.

Definition at line 83 of file vpArray2D.h.

◆ dsize

unsigned int vpArray2D< double >::dsize
protectedinherited

Current array size (rowNum * colNum)

Definition at line 79 of file vpArray2D.h.

◆ rowNum

unsigned int vpArray2D< double >::rowNum
protectedinherited

Number of rows in the array.

Definition at line 73 of file vpArray2D.h.

◆ rowPtrs

double ** vpArray2D< double >::rowPtrs
protectedinherited

Address of the first element of each rows.

Definition at line 77 of file vpArray2D.h.

vpRowVector::insert
void insert(unsigned int i, const vpRowVector &v)
Definition: vpRowVector.cpp:648
vpColVector::t
vpRowVector t() const
Definition: vpColVector.cpp:695
vpArray2D< double >::vpGEMM
void vpGEMM(const vpArray2D< double > &A, const vpArray2D< double > &B, const double &alpha, const vpArray2D< double > &C, const double &beta, vpArray2D< double > &D, const unsigned int &ops=0)
Definition: vpGEMM.h:392
vpColVector::invSort
static vpColVector invSort(const vpColVector &v)
Definition: vpColVector.cpp:820
vpTranslationVector
Class that consider the case of a translation vector.
Definition: vpTranslationVector.h:90
vpArray2D::saveYAML
static bool saveYAML(const std::string &filename, const vpArray2D< Type > &A, const char *header="")
Definition: vpArray2D.h:611
vpColVector::extract
vpColVector extract(unsigned int r, unsigned int colsize) const
Definition: vpColVector.h:157
vpArray2D< double >
vpColVector
Implementation of column vector and the associated operations.
Definition: vpColVector.h:71
vpMatrix
Implementation of a matrix and operations on matrices.
Definition: vpMatrix.h:103
vpColVector::stack
void stack(double d)
Definition: vpColVector.cpp:913
vpArray2D< double >::data
double * data
Address of the first element of the data array.
Definition: vpArray2D.h:83
vpColVector::init
void init(const vpColVector &v, unsigned int r, unsigned int nrows)
Definition: vpColVector.cpp:251
vpColVector::rows
vp_deprecated vpColVector rows(unsigned int first_row, unsigned int last_row) const
Definition: vpColVector.h:314
vpArray2D::size
unsigned int size() const
Return the number of elements of the 2D array.
Definition: vpArray2D.h:157
vpColVector::reshape
void reshape(vpMatrix &M, const unsigned int &nrows, const unsigned int &ncols)
Definition: vpColVector.cpp:1229
vpColVector::sort
static vpColVector sort(const vpColVector &v)
Definition: vpColVector.cpp:872