cmake introduction
A short example project for the CMake build system
Functions
main.cxx File Reference
#include "config.h"
#include <iostream>
#include "core.h"
Include dependency graph for main.cxx:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Example program solving a simple linear system.

Definition at line 11 of file main.cxx.

Here is the call graph for this function: