Skip to content

Commit 9e74677

Browse files
authored
Update src/GraphDynamics.jl
1 parent 69e9d10 commit 9e74677

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/GraphDynamics.jl

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -414,32 +414,6 @@ function Base.copy(c::ConnectionMatrix)
414414
ConnectionMatrix(data′)
415415
end
416416

417-
"""
418-
ConnectionMatrices{NConn, Tup}
419-
420-
Container for multiple connection matrices, each representing a different connection type.
421-
422-
Stores `NConn` different `ConnectionMatrix` objects, allowing heterogeneous connection
423-
types in the same graph system.
424-
425-
# Structure
426-
```
427-
ConnectionMatrices
428-
├── matrices[1]: ConnectionMatrix for connection type 1
429-
├── matrices[2]: ConnectionMatrix for connection type 2
430-
└── matrices[...]: Additional connection matrices
431-
```
432-
433-
# Example
434-
For a system with springs and dampers:
435-
```
436-
ConnectionMatrices with 2 connection types:
437-
[1] Spring connections
438-
[2] Damper connections
439-
```
440-
441-
See also: [`ConnectionMatrix`](@ref)
442-
"""
443417
struct ConnectionMatrices{NConn, Tup <: NTuple{NConn, ConnectionMatrix}}
444418
matrices::Tup
445419
end

0 commit comments

Comments
 (0)