LibreOffice Module sc (master) 1
formulagroupcl.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#pragma once
11
12#include <formulagroup.hxx>
13
14namespace sc::opencl {
15
17{
18public:
20 virtual ~FormulaGroupInterpreterOpenCL() override;
21
22 virtual ScMatrixRef inverseMatrix( const ScMatrix& rMat ) override;
23 virtual bool interpret( ScDocument& rDoc, const ScAddress& rTopPos,
24 ScFormulaCellGroupRef& xGroup, ScTokenArray& rCode ) override;
25};
26
27} // namespace sc::opencl
28
29/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Matrix data type that can store values of mixed types.
Definition: scmatrix.hxx:101
Abstract base class for vectorised formula group interpreters, plus a global instance factory.
virtual bool interpret(ScDocument &rDoc, const ScAddress &rTopPos, ScFormulaCellGroupRef &xGroup, ScTokenArray &rCode) override
virtual ScMatrixRef inverseMatrix(const ScMatrix &rMat) override
::boost::intrusive_ptr< ScFormulaCellGroup > ScFormulaCellGroupRef
Definition: types.hxx:43
::boost::intrusive_ptr< ScMatrix > ScMatrixRef
Definition: types.hxx:25