OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Functions
newmat1.cpp File Reference
#include <cmath>
#include <ossim/matrix/newmat.h>

Go to the source code of this file.

Macros

#define REPORT   {}
 

Functions

bool Rectangular (MatrixType a, MatrixType b, MatrixType c)
 

Macro Definition Documentation

◆ REPORT

#define REPORT   {}

Function Documentation

◆ Rectangular()

bool Rectangular ( MatrixType  a,
MatrixType  b,
MatrixType  c 
)

Definition at line 103 of file newmat1.cpp.

References MatrixType::attribute, REPORT, MatrixType::Square, and MatrixType::Valid.

104 {
105  REPORT
106  return
107  ((a.attribute | b.attribute | c.attribute)
109 }
#define REPORT
Definition: newmat1.cpp:17
int attribute
Definition: newmat.h:131