2.0.0b10
catchment modelling framework
Loading...
Searching...
No Matches
num_array Class Reference

A valarray kind of vector implementation with OpenMP capabilities. More...

Detailed Description

A valarray kind of vector implementation with OpenMP capabilities.

Public Member Functions

 num_array ()
 constructors
 
 ~num_array ()
 destructor
 
void set (const num_array &other)
 Prevents deletion of the stored data.
 

Member Function Documentation

◆ set()

void set ( const num_array & other)

Prevents deletion of the stored data.

Use with care, and only if you know what you are doing.