Unlike most other linear algebra libraries, Eigen focuses on the simple mathematical needs of applications: games and other OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to providing optimal speed with GCC. This is used by some KDE applications. Probably some other ports will pick up Eigen3, too, this will be dealt soon. okay landry@
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
$OpenBSD: patch-test_runtest_sh,v 1.1.1.1 2014/07/10 08:59:52 zhuk Exp $
|
|
--- test/runtest.sh.orig Mon Jun 28 11:45:25 2010
|
|
+++ test/runtest.sh Mon Jun 28 11:45:30 2010
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#! /bin/sh
|
|
|
|
black='\E[30m'
|
|
red='\E[31m'
|