GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
boolSparse.cc File Reference
#include <iostream>
#include <vector>
#include "quit.h"
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "boolSparse.h"
#include "dSparse.h"
#include "oct-locbuf.h"
#include "Sparse-op-defs.h"
Include dependency graph for boolSparse.cc:

Go to the source code of this file.

Functions

SparseBoolMatrix mx_el_and (const SparseBoolMatrix &m, const bool &s)
 
SparseBoolMatrix mx_el_and (const bool &s, const SparseBoolMatrix &m)
 
SparseBoolMatrix mx_el_and (const SparseBoolMatrix &m1, const SparseBoolMatrix &m2)
 
SparseBoolMatrix mx_el_eq (const SparseBoolMatrix &m, const bool &s)
 
SparseBoolMatrix mx_el_eq (const bool &s, const SparseBoolMatrix &m)
 
SparseBoolMatrix mx_el_eq (const SparseBoolMatrix &m1, const SparseBoolMatrix &m2)
 
SparseBoolMatrix mx_el_ne (const SparseBoolMatrix &m, const bool &s)
 
SparseBoolMatrix mx_el_ne (const bool &s, const SparseBoolMatrix &m)
 
SparseBoolMatrix mx_el_ne (const SparseBoolMatrix &m1, const SparseBoolMatrix &m2)
 
SparseBoolMatrix mx_el_or (const SparseBoolMatrix &m, const bool &s)
 
SparseBoolMatrix mx_el_or (const bool &s, const SparseBoolMatrix &m)
 
SparseBoolMatrix mx_el_or (const SparseBoolMatrix &m1, const SparseBoolMatrix &m2)
 
std::ostream & operator<< (std::ostream &os, const SparseBoolMatrix &a)
 
std::istream & operator>> (std::istream &is, SparseBoolMatrix &a)
 

Function Documentation

SparseBoolMatrix mx_el_and ( const SparseBoolMatrix m,
const bool s 
)

Definition at line 324 of file boolSparse.cc.

SparseBoolMatrix mx_el_and ( const bool s,
const SparseBoolMatrix m 
)

Definition at line 327 of file boolSparse.cc.

SparseBoolMatrix mx_el_and ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 330 of file boolSparse.cc.

SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix m,
const bool s 
)

Definition at line 323 of file boolSparse.cc.

SparseBoolMatrix mx_el_eq ( const bool s,
const SparseBoolMatrix m 
)

Definition at line 326 of file boolSparse.cc.

SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 329 of file boolSparse.cc.

SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix m,
const bool s 
)

Definition at line 323 of file boolSparse.cc.

SparseBoolMatrix mx_el_ne ( const bool s,
const SparseBoolMatrix m 
)

Definition at line 326 of file boolSparse.cc.

SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 329 of file boolSparse.cc.

SparseBoolMatrix mx_el_or ( const SparseBoolMatrix m,
const bool s 
)

Definition at line 324 of file boolSparse.cc.

SparseBoolMatrix mx_el_or ( const bool s,
const SparseBoolMatrix m 
)

Definition at line 327 of file boolSparse.cc.

SparseBoolMatrix mx_el_or ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 330 of file boolSparse.cc.

std::ostream& operator<< ( std::ostream &  os,
const SparseBoolMatrix a 
)
std::istream& operator>> ( std::istream &  is,
SparseBoolMatrix a 
)

Definition at line 279 of file boolSparse.cc.

References a, and is.