ConicBundle
CH_Matrix_Classes::Indexmatrix Member List

This is the complete list of members for CH_Matrix_Classes::Indexmatrix, including all inherited members.

abs(void)CH_Matrix_Classes::Indexmatrix
abs(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
assign(std::vector< int > &vec, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
assign(std::vector< long > &vec, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
col(Integer i) constCH_Matrix_Classes::Indexmatrix
coldim() constCH_Matrix_Classes::Indexmatrixinline
cols(const Indexmatrix &vec) constCH_Matrix_Classes::Indexmatrix
concat_below(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrix
concat_below(Integer d)CH_Matrix_Classes::Indexmatrix
concat_below(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
concat_right(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrix
concat_right(Integer d)CH_Matrix_Classes::Indexmatrix
concat_right(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
delete_cols(const Indexmatrix &ind, bool sorted_increasingly=false)CH_Matrix_Classes::Indexmatrix
delete_rows(const Indexmatrix &ind, bool sorted_increasingly=false)CH_Matrix_Classes::Indexmatrix
diag(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
dim(Integer &_nr, Integer &_nc) constCH_Matrix_Classes::Indexmatrixinline
dim() constCH_Matrix_Classes::Indexmatrixinline
display(std::ostream &out, int precision=0, int width=0, int screenwidth=0) constCH_Matrix_Classes::Indexmatrix
enlarge_below(Integer addnr)CH_Matrix_Classes::Indexmatrix
enlarge_below(Integer addnr, Integer d)CH_Matrix_Classes::Indexmatrix
enlarge_below(Integer addnr, const Integer *dp, Integer d=1)CH_Matrix_Classes::Indexmatrix
enlarge_right(Integer addnc)CH_Matrix_Classes::Indexmatrix
enlarge_right(Integer addnc, Integer d)CH_Matrix_Classes::Indexmatrix
enlarge_right(Integer addnc, const Integer *dp, Integer d=1)CH_Matrix_Classes::Indexmatrix
equal(const Indexmatrix &A, const Indexmatrix &b)CH_Matrix_Classes::Indexmatrixfriend
find() constCH_Matrix_Classes::Indexmatrix
find(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
find_number(Integer num=0) constCH_Matrix_Classes::Indexmatrix
find_number(const Indexmatrix &A, Integer num)CH_Matrix_Classes::Indexmatrixfriend
genmult(const Indexmatrix &A, const Indexmatrix &B, Indexmatrix &C, Integer alpha, Integer beta, int atrans, int btrans)CH_Matrix_Classes::Indexmatrixfriend
get_init() constCH_Matrix_Classes::Indexmatrixinline
get_mtype() constCH_Matrix_Classes::Indexmatrixinline
get_store()CH_Matrix_Classes::Indexmatrixinline
get_store() constCH_Matrix_Classes::Indexmatrixinline
Indexmatrix()CH_Matrix_Classes::Indexmatrixinline
Indexmatrix(const Indexmatrix &A, Integer d=1)CH_Matrix_Classes::Indexmatrixinline
Indexmatrix(const Range &)CH_Matrix_Classes::Indexmatrixinline
Indexmatrix(Integer nr, Integer nc)CH_Matrix_Classes::Indexmatrixinline
Indexmatrix(Integer nr, Integer nc, Integer d)CH_Matrix_Classes::Indexmatrixinline
Indexmatrix(Integer nr, Integer nc, const Integer *dp, Integer incr=1)CH_Matrix_Classes::Indexmatrixinline
Indexmatrix(const std::vector< Integer > &vec)CH_Matrix_Classes::Indexmatrixinline
Indexmatrix(const Matrix &)CH_Matrix_Classes::Indexmatrix
Indexmatrix(const Symmatrix &)CH_Matrix_Classes::Indexmatrix
Indexmatrix(const Sparsemat &)CH_Matrix_Classes::Indexmatrix
Indexmatrix(const Sparsesym &)CH_Matrix_Classes::Indexmatrix
init(const Indexmatrix &A, Integer d=1)CH_Matrix_Classes::Indexmatrixinline
init(const Range &)CH_Matrix_Classes::Indexmatrix
init(Integer nr, Integer nc, Integer d)CH_Matrix_Classes::Indexmatrixinline
init(Integer nr, Integer nc, const Integer *dp, Integer incr=1)CH_Matrix_Classes::Indexmatrixinline
init(const std::vector< Integer > &vec)CH_Matrix_Classes::Indexmatrixinline
init_to_zero()CH_Matrix_Classes::Indexmatrixinlineprivate
insert_col(Integer i, const Indexmatrix &v)CH_Matrix_Classes::Indexmatrix
insert_row(Integer i, const Indexmatrix &v)CH_Matrix_Classes::Indexmatrix
ip(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
is_initCH_Matrix_Classes::Indexmatrixprivate
mCH_Matrix_Classes::Indexmatrixprivate
Matrix (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
max(const Indexmatrix &A, Integer *iindex, Integer *jindex)CH_Matrix_Classes::Indexmatrixfriend
maxcols(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
maxrows(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
mem_dimCH_Matrix_Classes::Indexmatrixprivate
memarrayCH_Matrix_Classes::Memarrayuserprotectedstatic
Memarrayuser()CH_Matrix_Classes::Memarrayuserinlineprotected
mfile_output(std::ostream &out, int precision=16, int width=0) constCH_Matrix_Classes::Indexmatrix
min(const Indexmatrix &A, Integer *iindex, Integer *jindex)CH_Matrix_Classes::Indexmatrixfriend
mincols(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
minrows(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
mtypeCH_Matrix_Classes::Indexmatrixprivatestatic
ncCH_Matrix_Classes::Indexmatrixprivate
newsize(Integer nr, Integer nc)CH_Matrix_Classes::Indexmatrix
norm2(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
nrCH_Matrix_Classes::Indexmatrixprivate
operator!=(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
operator!=(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator!=(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator%(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
operator%(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator%=(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixinline
operator%=(Integer d)CH_Matrix_Classes::Indexmatrixinline
operator()(Integer i, Integer j)CH_Matrix_Classes::Indexmatrixinline
operator()(Integer i)CH_Matrix_Classes::Indexmatrixinline
operator()(Integer i, Integer j) constCH_Matrix_Classes::Indexmatrixinline
operator()(Integer i) constCH_Matrix_Classes::Indexmatrixinline
operator()(const Indexmatrix &vecrow, const Indexmatrix &veccol) constCH_Matrix_Classes::Indexmatrix
operator()(const Indexmatrix &A) constCH_Matrix_Classes::Indexmatrix
operator* (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
operator* (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
operator* (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
operator*=(const Indexmatrix &s) (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixinline
operator*=(Integer d) (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixinline
operator+ (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
operator+(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator+(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator+=(const Indexmatrix &v) (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixinline
operator+=(Integer d)CH_Matrix_Classes::Indexmatrixinline
operator-() const (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixinline
operator- (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
operator-(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator-(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator-=(const Indexmatrix &v) (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixinline
operator-=(Integer d)CH_Matrix_Classes::Indexmatrixinline
operator/(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator/=(Integer d)CH_Matrix_Classes::Indexmatrixinline
operator<(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
operator<(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator<(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator<<(std::ostream &o, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator<=(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
operator<=(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator<=(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator=(const Indexmatrix &A) (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixinline
operator==(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
operator==(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator==(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator>(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
operator>(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator>(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator>=(const Indexmatrix &A, const Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
operator>=(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
operator>=(Integer d, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator>>(std::istream &i, Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
operator[](Integer i)CH_Matrix_Classes::Indexmatrixinline
operator[](Integer i) constCH_Matrix_Classes::Indexmatrixinline
rand(Integer nr, Integer nc, Integer lowerb, Integer upperb, CH_Tools::GB_rand *random_generator=0)CH_Matrix_Classes::Indexmatrix
rand(Integer nr, Integer nc, Integer lb, Integer ub, CH_Tools::GB_rand *random_generator)CH_Matrix_Classes::Indexmatrixfriend
reduce_length(Integer n)CH_Matrix_Classes::Indexmatrixinline
row(Integer i) constCH_Matrix_Classes::Indexmatrix
rowdim() constCH_Matrix_Classes::Indexmatrixinline
rows(const Indexmatrix &vec) constCH_Matrix_Classes::Indexmatrix
scale_cols(const Indexmatrix &vec)CH_Matrix_Classes::Indexmatrix
scale_rows(const Indexmatrix &vec)CH_Matrix_Classes::Indexmatrix
set_init(bool)CH_Matrix_Classes::Indexmatrixinline
shuffle(CH_Tools::GB_rand *random_generator=0)CH_Matrix_Classes::Indexmatrix
sign(void)CH_Matrix_Classes::Indexmatrix
sign(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
sortindex(const Indexmatrix &vec, bool nondecreasing)CH_Matrix_Classes::Indexmatrixfriend
sortindex(const Indexmatrix &vec, Indexmatrix &ind, bool nondecreasing)CH_Matrix_Classes::Indexmatrixfriend
Sparsemat (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
Sparsesym (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
subassign(const Indexmatrix &vecrow, const Indexmatrix &veccol, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrix
subassign(const Indexmatrix &vec, const Indexmatrix &A)CH_Matrix_Classes::Indexmatrix
sum(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
sumcols(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
sumrows(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
swap(Indexmatrix &A, Indexmatrix &B)CH_Matrix_Classes::Indexmatrixfriend
Symmatrix (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixfriend
trace(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
transpose()CH_Matrix_Classes::Indexmatrix
transpose(const Indexmatrix &A)CH_Matrix_Classes::Indexmatrixfriend
tril(Integer d=0)CH_Matrix_Classes::Indexmatrix
tril(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
triu(Integer d=0)CH_Matrix_Classes::Indexmatrix
triu(const Indexmatrix &A, Integer d)CH_Matrix_Classes::Indexmatrixfriend
xbpeya(Indexmatrix &x, const Indexmatrix &y, Integer alpha, Integer beta, int ytrans)CH_Matrix_Classes::Indexmatrixfriend
xeya(const Indexmatrix &A, Integer d=1)CH_Matrix_Classes::Indexmatrix
xeyapzb(Indexmatrix &x, const Indexmatrix &y, const Indexmatrix &z, Integer alpha, Integer beta)CH_Matrix_Classes::Indexmatrixfriend
xpeya(const Indexmatrix &A, Integer d=1)CH_Matrix_Classes::Indexmatrix
~Indexmatrix() (defined in CH_Matrix_Classes::Indexmatrix)CH_Matrix_Classes::Indexmatrixinline
~Memarrayuser()CH_Matrix_Classes::Memarrayuserinlineprotectedvirtual