An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include "LinearAlgebra.h"
#include <cmath>
#include <QDebug>
#include <QtDebug>
#include <QtGlobal>
#include <boost/assign/std/vector.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <armadillo>
#include "Angle.h"
#include "Constants.h"
#include "IException.h"
#include "IString.h"
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Functions | |
QDebug | Isis::operator<< (QDebug dbg, const LinearAlgebra::Vector &vector) |
A global function to format a LinearAlgebra::Vector as a QString and writes it to a QDebug stream. | |
QDebug | Isis::operator<< (QDebug dbg, const LinearAlgebra::Matrix &matrix) |
A global function to format a LinearAlgebra::Matrix as a QString and write it to a QDebug stream. | |
QString | Isis::toString (const LinearAlgebra::Vector &vector, int precision) |
A global function to format LinearAlgebra::Vector as a QString with the given precision. | |