summaryrefslogtreecommitdiff
path: root/external/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
6aa33e40b113fafdaa109d02992f7d9506a'>Generate Reverse Polish token array (RPN) at the start.Kohei Yoshida 2013-07-02Dummy formula group interpreter for testing.Michael Meeks 2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida 2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks 2013-04-30Move the group calculation code into its own class.Kohei Yoshida 2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida