nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Matrix / NamedSparseMatrix

NamedSparseMatrix

Full name Microsoft.VisualBasic.Math.Matrix.NamedSparseMatrix Assembly Microsoft.VisualBasic.Math.Matrix Members 10

01 Syntax

Microsoft.VisualBasic.Math.Matrix.NamedSparseMatrix

02 Methods

NameOverloadsSummary
ContainsNode 1 检查指定的节点ID是否存在于矩阵维度中
CheckElement 1 Check of the edge connection is existsed inside this matrix?
GetDirectedValue 1
SetValue 1
ToString 1

03 Properties

NameOverloadsSummary
Value 1
Dim 1

04 Fields

NameOverloadsSummary
data 1 使用 Dictionary 存储稀疏数据
names 1 维护 ID 到索引的映射列表
hash 1 快速查找 ID 是否存在

05 Members

method ContainsNode #
ContainsNode(String)

检查指定的节点ID是否存在于矩阵维度中

method CheckElement #
CheckElement(String, String)

Check of the edge connection is existsed inside this matrix?

Parameters
NameTypeDescription
iString

-

jString

-

Returns

检查指定的边 (i -> j) 是否显式定义(非零值或在字典中存在键)

field data #
data

使用 Dictionary 存储稀疏数据

field names #
names

维护 ID 到索引的映射列表

field hash #
hash

快速查找 ID 是否存在

property Value #
Value
property Dim #
Dim
method GetDirectedValue #
GetDirectedValue(String, String)
method SetValue #
SetValue(String, String, Double)
method ToString #
ToString()