First omp
This commit is contained in:
@@ -54,10 +54,12 @@ namespace io{
|
||||
// Function Name : panic::io::print
|
||||
//
|
||||
// Description:
|
||||
// Prints a panic::tensor::vector out in the terminal
|
||||
// Prints a vector out in the terminal
|
||||
//
|
||||
// Inputs:
|
||||
// v const panic::tensor::vector&
|
||||
// v const panic::tensor::uint_vector&
|
||||
// const panic::tensor::int_vector&
|
||||
// const panic::tensor::real_vector&
|
||||
// vector to print
|
||||
//
|
||||
// Outputs:
|
||||
@@ -69,7 +71,9 @@ namespace io{
|
||||
// Notes:
|
||||
// The vector is printed out in square brackets.
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
void print(const panic::tensor::vector& v);
|
||||
void print(const panic::tensor::uint_vector& v);
|
||||
void print(const panic::tensor::int_vector& v);
|
||||
void print(const panic::tensor::real_vector& v);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user