Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Merge requests
!161
Improve connectivity construction's performances
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Improve connectivity construction's performances
issue/10
into
develop
Overview
0
Commits
7
Pipelines
0
Changes
29
Merged
Improve connectivity construction's performances
Stéphane Del Pino
requested to merge
issue/10
into
develop
Feb 13, 2023
Overview
0
Commits
7
Pipelines
0
Changes
29
Step 1: get rid of a bunch of map-like structures
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
dcfa452f
7 commits,
Feb 13, 2023
29 files
+
2829
−
1641
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
doc/userdoc.org
+
1
−
2
View file @ dcfa452f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -1223,8 +1223,7 @@ are sorted by type of left hand side variable.
Observe that for these small matrix types ($\mathbb{R}^{d\times d}$) the
construction ~A *= B;~ where ~B~ is a matrix of the same type as ~A~ is not
allowed. The main reason for that is that for $d>1$ this operation has
no interest since it requires a temporary. One will see bellow that it
is possible to write ~A = A*B;~ if needed.
no interest since it requires a temporary. One will see below that it
#+END_note
- ~string~: the ~*=~ operator is not defined for left hand side string variables.
Loading