Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
viennacl-dev
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kaushik Kulkarni
viennacl-dev
Repository
1bd966f1ae323d74453e151403c7119da3c5888a
Select Git revision
Branches
2
verify_plan
master
default
protected
2 results
viennacl-dev
viennacl
linalg
host_based
vector_operations.hpp
Find file
Blame
Permalink
9 years ago
1bd966f1
norm_inf: Fixed temporary array allocation.
· 1bd966f1
Karl Rupp
authored
9 years ago
Since array size was not known at compile-time, migration to std::vector<T> was required.
1bd966f1
History
norm_inf: Fixed temporary array allocation.
Karl Rupp
authored
9 years ago
Since array size was not known at compile-time, migration to std::vector<T> was required.