File: README.md

package info (click to toggle)
colpack 1.0.10-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,700 kB
  • sloc: cpp: 49,807; ansic: 1,231; makefile: 419; sh: 13
file content (14 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
this folder contains templated code for example of using ColPack as an Library.

Firstly, make suer ColPack have been installed as an Library in your computer.

Then, check and modify Makefile as needed.

in your code (i.e. templated.cpp)  include ColPack header and use ColPack.

In then end, save your edit, make and run.