Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Deployment Guide
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
Collapse imageExpand ImageCopy imageCopyHover image
       




DistributedDataLocation Enumeration

See Also 
Enumerates possible configurations for the location of the components of a distributed array.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12157.0)

Syntax

C#
public enum DistributedDataLocation
Visual Basic (Declaration)
Public Enumeration DistributedDataLocation
Visual C++
public enum class DistributedDataLocation
F#
type DistributedDataLocation

Members

Member nameValueDescription
Local0 The components are stored and modified locally. The Distribute()()()() method must be called to copy the values to the device or worker nodes.
Distributed1 The components are stored and modified on the device or worker nodes. Each device or worker node holds a full copy of the data. The Gather()()()() method must be called to copy the values to the host or master node.
CoDistributed2 The components are distributed across worker nodes. Each worker node holds a segment of the data.

See Also

Extreme.Mathematics Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright (c) 2004-2011 ExoAnalytics Inc.

Copyright © 2003-2013, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.