Preparing search index...
The search index is not available
ixfx
ixfx
Collections
Graphs
Directed
toAdjacencyMatrix
Function toAdjacencyMatrix
to
Adjacency
Matrix
(
graph
)
:
Table
<
boolean
>
Returns the graph connections as an adjacency matrix
Parameters
graph
:
Readonly
<
{
vertices
:
IMapImmutable
<
string
,
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
;
}
>
[]
;
}
>
>
;
}
>
Returns
Table
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns the graph connections as an adjacency matrix