enigma ~master (2021-03-01T14:53:29Z)
Dub
Repo
BSM
boolean_matrix
Undocumented in source.
struct
BSM (
size_t
n
)
if
(
n
> 0
) {
bool
[
n
][
n
]
s_mat
;
auto
opBinary
(BSM!n matrix);
auto
opBinary
(BCV!n vector);
static
enum
I
;
}
Alias This
s_mat
Members
Functions
opBinary
auto
opBinary
(BSM!n matrix)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto
opBinary
(BCV!n vector)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
I
enum
I
;
Undocumented in source.
Variables
s_mat
bool
[
n
][
n
]
s_mat
;
Undocumented in source.
Meta
Source
See Implementation
boolean_matrix
functions
isBijective
isIrreflexive
isSymmetric
transpose
structs
BCV
BSM