ARTS  2.3.1285(git:92a29ea9-dirty)
make_vector.h File Reference

The class MakeVector is a special kind of Vector that can be initialized explicitly from one or more arguments of type Numeric. More...

#include "matpackI.h"

Go to the source code of this file.

Classes

class  MakeVector
 

Detailed Description

The class MakeVector is a special kind of Vector that can be initialized explicitly from one or more arguments of type Numeric.

Usage is as simple as:

MakeVector x(33.2, 17.3, 3.8);

which will generate a Vector with the desired arguments. You can use a MakeVector like a Vector.

Author
Stefan Buehler
Date
2001-09-15

Definition in file make_vector.h.