1 | digraph G |
---|
2 | { |
---|
3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
---|
4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
---|
5 | rankdir=LR; |
---|
6 | Node1 [label="bdm::sqmat",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1sqmat.html",tooltip="Abstract class for representation of double symmetric matrices in square-root form..."]; |
---|
7 | Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
8 | Node2 [label="bdm::chmat",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1chmat.html",tooltip="Symmetric matrix stored in square root decomposition using upper cholesky."]; |
---|
9 | Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
10 | Node3 [label="bdm::fsqmat",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1fsqmat.html",tooltip="Fake sqmat. This class maps sqmat operations to operations on full matrix."]; |
---|
11 | Node1 -> Node4 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
12 | Node4 [label="bdm::ldmat",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1ldmat.html",tooltip="Matrix stored in LD form, (commonly known as UD)."]; |
---|
13 | } |
---|