File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -414,32 +414,6 @@ function Base.copy(c::ConnectionMatrix)
414
414
ConnectionMatrix (data′)
415
415
end
416
416
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
- """
443
417
struct ConnectionMatrices{NConn, Tup <: NTuple{NConn, ConnectionMatrix} }
444
418
matrices:: Tup
445
419
end
You can’t perform that action at this time.
0 commit comments