![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <config.h>#include "Array-util.h"#include "quit.h"#include "smx-m-sm.h"#include "boolSparse.h"#include "dMatrix.h"#include "dSparse.h"
Go to the source code of this file.
Functions | |
| SparseBoolMatrix | mx_el_and (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_eq (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_ge (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_gt (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_le (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_lt (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_ne (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_or (const Matrix &m1, const SparseMatrix &m2) |
| Matrix | operator+ (const Matrix &m1, const SparseMatrix &m2) |
| Matrix | operator- (const Matrix &m1, const SparseMatrix &m2) |
| SparseMatrix | product (const Matrix &m1, const SparseMatrix &m2) |
| SparseMatrix | quotient (const Matrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix mx_el_and | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 12 of file smx-m-sm.cc.
| SparseBoolMatrix mx_el_eq | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-m-sm.cc.
| SparseBoolMatrix mx_el_ge | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-m-sm.cc.
| SparseBoolMatrix mx_el_gt | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-m-sm.cc.
| SparseBoolMatrix mx_el_le | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-m-sm.cc.
| SparseBoolMatrix mx_el_lt | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-m-sm.cc.
| SparseBoolMatrix mx_el_ne | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-m-sm.cc.
| SparseBoolMatrix mx_el_or | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 12 of file smx-m-sm.cc.
| Matrix operator+ | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-m-sm.cc.
| Matrix operator- | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-m-sm.cc.
| SparseMatrix product | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-m-sm.cc.
| SparseMatrix quotient | ( | const Matrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-m-sm.cc.
1.8.1.2