LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "astshim/base.h"
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
ast | |
AST wrapper classes and functions. | |
Functions | |
void | ast::assertOK (AstObject *rawPtr1=nullptr, AstObject *rawPtr2=nullptr) |
Throw std::runtime_error if AST's state is bad. More... | |
ConstArray2D | ast::arrayFromVector (std::vector< double > const &vec, int nAxes) |
Reshape a vector as a 2-dimensional array that shares the same memory. More... | |
Array2D | ast::arrayFromVector (std::vector< double > &vec, int nAxes) |
Reshape a vector as a 2-dimensional array that shares the same memory. More... | |
ConstArray2D | ast::arrayFromVector (std::vector< double > const &vec, int nAxes) |
Reshape a vector as a 2-dimensional array that shares the same memory. More... | |
Array2D | ast::arrayFromVector (std::vector< double > &vec, int nAxes) |
Reshape a vector as a 2-dimensional array that shares the same memory. More... | |
ConstArray2D | ast::arrayFromVector (std::vector< double > const &vec, int nAxes) |
Reshape a vector as a 2-dimensional array that shares the same memory. More... | |
Array2D | ast::arrayFromVector (std::vector< double > &vec, int nAxes) |
Reshape a vector as a 2-dimensional array that shares the same memory. More... | |