Skip to content

Commit cb5eb4a

Browse files
2 parents f45aaed + 90416de commit cb5eb4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/API.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,13 @@ has_edge(mg::M, src::T, dst::T) where { T, M <: AbstractMultilayerDiGraph{T}}
248248
rem_edge!(mg::M, src::T, dst::T) where {T, M <: AbstractMultilayerGraph{T}
249249
```
250250

251+
### Representations
252+
```@docs
253+
AbstractTensorRepresentation{U}
254+
array(atr::AbstractTensorRepresentation)
255+
array(amr::AbstractMatrixRepresentation)
256+
```
257+
251258

252259

253260

0 commit comments

Comments
 (0)