File: vector_and_matrix.doc

package info (click to toggle)
libitpp 4.3.1-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (13 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*! \page vector_and_matrix A very simple tutorial about vectors and matrices

Let's start with a really simple example. Try to complile the following program:

\include vector_and_matrix.cpp

When you run this program, the output shall look like this

\include vector_and_matrix.ref

If this is what you see, then congratulations! You have managed to compile your first it++ program!

*/